Struct windows_sys::Graphics::Printing::OptionDetails::PrintOptionStates
[−]#[repr(transparent)]pub struct PrintOptionStates(pub u32);
Expand description
Required features: "Graphics_Printing_OptionDetails"
Tuple Fields
0: u32
Implementations
impl PrintOptionStates
impl PrintOptionStates
pub const None: Self = Self(0u32)
pub const Enabled: Self = Self(1u32)
pub const Constrained: Self = Self(2u32)
Trait Implementations
impl Clone for PrintOptionStates
impl Clone for PrintOptionStates
impl Copy for PrintOptionStates
Auto Trait Implementations
impl RefUnwindSafe for PrintOptionStates
impl Send for PrintOptionStates
impl Sync for PrintOptionStates
impl Unpin for PrintOptionStates
impl UnwindSafe for PrintOptionStates
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