Struct windows::Win32::Graphics::Printing::CUSTOMSIZEPARAM
#[repr(C)]pub struct CUSTOMSIZEPARAM {
pub dwOrder: i32,
pub lMinVal: i32,
pub lMaxVal: i32,
}
Fields§
§dwOrder: i32
§lMinVal: i32
§lMaxVal: i32
Trait Implementations§
§impl Clone for CUSTOMSIZEPARAM
impl Clone for CUSTOMSIZEPARAM
§fn clone(&self) -> CUSTOMSIZEPARAM
fn clone(&self) -> CUSTOMSIZEPARAM
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 CUSTOMSIZEPARAM
impl Debug for CUSTOMSIZEPARAM
§impl Default for CUSTOMSIZEPARAM
impl Default for CUSTOMSIZEPARAM
§impl PartialEq for CUSTOMSIZEPARAM
impl PartialEq for CUSTOMSIZEPARAM
§fn eq(&self, other: &CUSTOMSIZEPARAM) -> bool
fn eq(&self, other: &CUSTOMSIZEPARAM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CUSTOMSIZEPARAM
impl Eq for CUSTOMSIZEPARAM
impl StructuralPartialEq for CUSTOMSIZEPARAM
Auto Trait Implementations§
impl Freeze for CUSTOMSIZEPARAM
impl RefUnwindSafe for CUSTOMSIZEPARAM
impl Send for CUSTOMSIZEPARAM
impl Sync for CUSTOMSIZEPARAM
impl Unpin for CUSTOMSIZEPARAM
impl UnwindSafe for CUSTOMSIZEPARAM
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
)