#[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: i64
ICMMethod: u32
Color: i16
PrintQuality: i16
YResolution: i16
Copies: i16
TTOption: i16
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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