Struct windows::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: u32
Trait Implementations§
§impl Clone for PRINTPROCESSOR_CAPS_2
impl Clone for PRINTPROCESSOR_CAPS_2
§fn clone(&self) -> PRINTPROCESSOR_CAPS_2
fn clone(&self) -> PRINTPROCESSOR_CAPS_2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PRINTPROCESSOR_CAPS_2
impl Debug for PRINTPROCESSOR_CAPS_2
§impl Default for PRINTPROCESSOR_CAPS_2
impl Default for PRINTPROCESSOR_CAPS_2
§impl PartialEq for PRINTPROCESSOR_CAPS_2
impl PartialEq for PRINTPROCESSOR_CAPS_2
§fn eq(&self, other: &PRINTPROCESSOR_CAPS_2) -> bool
fn eq(&self, other: &PRINTPROCESSOR_CAPS_2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PRINTPROCESSOR_CAPS_2
impl Eq for PRINTPROCESSOR_CAPS_2
impl StructuralPartialEq for PRINTPROCESSOR_CAPS_2
Auto Trait Implementations§
impl Freeze for PRINTPROCESSOR_CAPS_2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)