Struct windows_sys::Win32::Graphics::Printing::BranchOfficeJobDataRendered
#[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,
}
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
§fn clone(&self) -> BranchOfficeJobDataRendered
fn clone(&self) -> BranchOfficeJobDataRendered
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BranchOfficeJobDataRendered
Auto Trait Implementations§
impl Freeze for BranchOfficeJobDataRendered
impl RefUnwindSafe for BranchOfficeJobDataRendered
impl Send for BranchOfficeJobDataRendered
impl Sync for BranchOfficeJobDataRendered
impl Unpin for BranchOfficeJobDataRendered
impl UnwindSafe for BranchOfficeJobDataRendered
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)