Struct windows_sys::Graphics::Printing::PrintCollation
[−]#[repr(transparent)]pub struct PrintCollation(pub i32);
Expand description
Required features: ‘Graphics_Printing’
Tuple Fields
0: i32
Implementations
impl PrintCollation
impl PrintCollation
pub const Default: Self
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const Collated: Self
pub const Uncollated: Self
Trait Implementations
impl Clone for PrintCollation
impl Clone for PrintCollation
impl Copy for PrintCollation
Auto Trait Implementations
impl RefUnwindSafe for PrintCollation
impl Send for PrintCollation
impl Sync for PrintCollation
impl Unpin for PrintCollation
impl UnwindSafe for PrintCollation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more