Struct windows_sys::Graphics::Printing::OptionDetails::PrintOptionType
[−]#[repr(transparent)]pub struct PrintOptionType(pub i32);
Expand description
Required features: "Graphics_Printing_OptionDetails"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for PrintOptionType
impl Clone for PrintOptionType
impl Copy for PrintOptionType
Auto Trait Implementations
impl RefUnwindSafe for PrintOptionType
impl Send for PrintOptionType
impl Sync for PrintOptionType
impl Unpin for PrintOptionType
impl UnwindSafe for PrintOptionType
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