Struct windows_sys::Win32::Graphics::Printing::SIMULATE_CAPS_1
[−]#[repr(C)]pub struct SIMULATE_CAPS_1 {
pub dwLevel: u32,
pub dwPageOrderFlags: u32,
pub dwNumberOfCopies: u32,
pub dwCollate: u32,
pub dwNupOptions: u32,
}
Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
dwLevel: u32
dwPageOrderFlags: u32
dwNumberOfCopies: u32
dwCollate: u32
dwNupOptions: u32
Trait Implementations
impl Clone for SIMULATE_CAPS_1
impl Clone for SIMULATE_CAPS_1
impl Copy for SIMULATE_CAPS_1
Auto Trait Implementations
impl RefUnwindSafe for SIMULATE_CAPS_1
impl Send for SIMULATE_CAPS_1
impl Sync for SIMULATE_CAPS_1
impl Unpin for SIMULATE_CAPS_1
impl UnwindSafe for SIMULATE_CAPS_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more