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 = Self(0i32)
pub const NotAvailable: Self = Self(1i32)
pub const PrinterCustom: Self = Self(2i32)
pub const Collated: Self = Self(3i32)
pub const Uncollated: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more