Struct 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
impl Copy 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