Struct windows_sys::Graphics::Printing::PrintColorMode
[−]#[repr(transparent)]pub struct PrintColorMode(pub i32);
Expand description
Required features: ‘Graphics_Printing’
Tuple Fields
0: i32
Implementations
impl PrintColorMode
impl PrintColorMode
pub const Default: Self
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const Color: Self
pub const Grayscale: Self
pub const Monochrome: Self
Trait Implementations
impl Clone for PrintColorMode
impl Clone for PrintColorMode
impl Copy for PrintColorMode
Auto Trait Implementations
impl RefUnwindSafe for PrintColorMode
impl Send for PrintColorMode
impl Sync for PrintColorMode
impl Unpin for PrintColorMode
impl UnwindSafe for PrintColorMode
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