Struct windows_sys::Win32::Graphics::Printing::CUSTOMSIZEPARAM
#[repr(C)]pub struct CUSTOMSIZEPARAM {
pub dwOrder: i32,
pub lMinVal: i32,
pub lMaxVal: i32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more