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,
}Fields§
§dwLevel: u32§dwNupOptions: u32§dwPageOrderFlags: u32§dwNumberOfCopies: u32§dwDuplexHandlingCaps: u32§dwNupDirectionCaps: u32§dwNupBorderCaps: u32§dwBookletHandlingCaps: u32§dwScalingCaps: 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§
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