Struct windows_sys::Win32::Graphics::Printing::PRINTPROCESSOR_CAPS_1
[−]#[repr(C)]pub struct PRINTPROCESSOR_CAPS_1 {
pub dwLevel: u32,
pub dwNupOptions: u32,
pub dwPageOrderFlags: u32,
pub dwNumberOfCopies: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwLevel: u32
dwNupOptions: u32
dwPageOrderFlags: u32
dwNumberOfCopies: u32
Trait Implementations
impl Clone for PRINTPROCESSOR_CAPS_1
impl Clone for PRINTPROCESSOR_CAPS_1
impl Copy for PRINTPROCESSOR_CAPS_1
Auto Trait Implementations
impl RefUnwindSafe for PRINTPROCESSOR_CAPS_1
impl Send for PRINTPROCESSOR_CAPS_1
impl Sync for PRINTPROCESSOR_CAPS_1
impl Unpin for PRINTPROCESSOR_CAPS_1
impl UnwindSafe for PRINTPROCESSOR_CAPS_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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