Struct Ospeedr
#[repr(transparent)]pub struct Ospeedr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ospeedr
impl Ospeedr
pub const LOWSPEED: Self
pub const LOWSPEED: Self
Low speed
pub const MEDIUMSPEED: Self
pub const MEDIUMSPEED: Self
Medium speed
pub const HIGHSPEED: Self
pub const HIGHSPEED: Self
High speed
pub const VERYHIGHSPEED: Self
pub const VERYHIGHSPEED: Self
Very high speed
Trait Implementations§
§impl Ord for Ospeedr
impl Ord for Ospeedr
§impl PartialOrd for Ospeedr
impl PartialOrd for Ospeedr
impl Copy for Ospeedr
impl Eq for Ospeedr
impl StructuralPartialEq for Ospeedr
Auto Trait Implementations§
impl Freeze for Ospeedr
impl RefUnwindSafe for Ospeedr
impl Send for Ospeedr
impl Sync for Ospeedr
impl Unpin for Ospeedr
impl UnwindSafe for Ospeedr
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