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