Struct RANGEVALUE
#[repr(C)]pub struct RANGEVALUE {
pub lMin: i32,
pub lMax: i32,
pub lStep: i32,
}
Fields§
§lMin: i32
§lMax: i32
§lStep: i32
Trait Implementations§
§impl Clone for RANGEVALUE
impl Clone for RANGEVALUE
§fn clone(&self) -> RANGEVALUE
fn clone(&self) -> RANGEVALUE
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 RANGEVALUE
impl Debug for RANGEVALUE
§impl PartialEq for RANGEVALUE
impl PartialEq for RANGEVALUE
impl Copy for RANGEVALUE
impl StructuralPartialEq for RANGEVALUE
Auto Trait Implementations§
impl Freeze for RANGEVALUE
impl RefUnwindSafe for RANGEVALUE
impl Send for RANGEVALUE
impl Sync for RANGEVALUE
impl Unpin for RANGEVALUE
impl UnwindSafe for RANGEVALUE
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