Struct Hrtimsel
#[repr(transparent)]pub struct Hrtimsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Hrtimsel
impl Ord for Hrtimsel
§impl PartialOrd for Hrtimsel
impl PartialOrd for Hrtimsel
impl Copy for Hrtimsel
impl Eq for Hrtimsel
impl StructuralPartialEq for Hrtimsel
Auto Trait Implementations§
impl Freeze for Hrtimsel
impl RefUnwindSafe for Hrtimsel
impl Send for Hrtimsel
impl Sync for Hrtimsel
impl Unpin for Hrtimsel
impl UnwindSafe for Hrtimsel
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