Struct windows_sys::Win32::Graphics::Printing::CUSTOMSIZEPARAM
[−]Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwOrder: i32
lMinVal: i32
lMaxVal: i32
Trait Implementations
impl Clone for CUSTOMSIZEPARAM
impl Clone for CUSTOMSIZEPARAM
impl Copy for CUSTOMSIZEPARAM
Auto Trait Implementations
impl RefUnwindSafe for CUSTOMSIZEPARAM
impl Send for CUSTOMSIZEPARAM
impl Sync for CUSTOMSIZEPARAM
impl Unpin for CUSTOMSIZEPARAM
impl UnwindSafe for CUSTOMSIZEPARAM
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