#[repr(C)]pub struct OBUint8PropertyRange {
pub cur: u8,
pub max: u8,
pub min: u8,
pub step: u8,
pub def: u8,
}Expand description
@brief Structure for float range
Fields§
§cur: u8< Current value
max: u8< Maximum value
min: u8< Minimum value
step: u8< Step value
def: u8< Default value
Trait Implementations§
Source§impl Clone for OBUint8PropertyRange
impl Clone for OBUint8PropertyRange
Source§fn clone(&self) -> OBUint8PropertyRange
fn clone(&self) -> OBUint8PropertyRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OBUint8PropertyRange
Auto Trait Implementations§
impl Freeze for OBUint8PropertyRange
impl RefUnwindSafe for OBUint8PropertyRange
impl Send for OBUint8PropertyRange
impl Sync for OBUint8PropertyRange
impl Unpin for OBUint8PropertyRange
impl UnsafeUnpin for OBUint8PropertyRange
impl UnwindSafe for OBUint8PropertyRange
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