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,
}
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§
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