#[repr(C)]pub struct BranchOfficeJobDataRendered {
pub Size: i64,
pub ICMMethod: u32,
pub Color: i16,
pub PrintQuality: i16,
pub YResolution: i16,
pub Copies: i16,
pub TTOption: i16,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields
Size: i64ICMMethod: u32Color: i16PrintQuality: i16YResolution: i16Copies: i16TTOption: i16Trait Implementations
impl Clone for BranchOfficeJobDataRendered
impl Clone for BranchOfficeJobDataRendered
impl Copy for BranchOfficeJobDataRendered
Auto Trait Implementations
impl RefUnwindSafe for BranchOfficeJobDataRendered
impl Send for BranchOfficeJobDataRendered
impl Sync for BranchOfficeJobDataRendered
impl Unpin for BranchOfficeJobDataRendered
impl UnwindSafe for BranchOfficeJobDataRendered
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more