Struct windows_sys::Win32::Graphics::Printing::PRINTPROCESSOR_CAPS_2
[−]#[repr(C)]pub struct PRINTPROCESSOR_CAPS_2 {
pub dwLevel: u32,
pub dwNupOptions: u32,
pub dwPageOrderFlags: u32,
pub dwNumberOfCopies: u32,
pub dwDuplexHandlingCaps: u32,
pub dwNupDirectionCaps: u32,
pub dwNupBorderCaps: u32,
pub dwBookletHandlingCaps: u32,
pub dwScalingCaps: u32,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwLevel: u32dwNupOptions: u32dwPageOrderFlags: u32dwNumberOfCopies: u32dwDuplexHandlingCaps: u32dwNupDirectionCaps: u32dwNupBorderCaps: u32dwBookletHandlingCaps: u32dwScalingCaps: u32Trait Implementations
impl Clone for PRINTPROCESSOR_CAPS_2
impl Clone for PRINTPROCESSOR_CAPS_2
impl Copy for PRINTPROCESSOR_CAPS_2
Auto Trait Implementations
impl RefUnwindSafe for PRINTPROCESSOR_CAPS_2
impl Send for PRINTPROCESSOR_CAPS_2
impl Sync for PRINTPROCESSOR_CAPS_2
impl Unpin for PRINTPROCESSOR_CAPS_2
impl UnwindSafe for PRINTPROCESSOR_CAPS_2
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