Enum Hitmrst
#[repr(u8)]pub enum Hitmrst {
_RESERVED_0 = 0,
RESET = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Hitmrst
impl Ord for Hitmrst
§impl PartialOrd for Hitmrst
impl PartialOrd for Hitmrst
impl Copy for Hitmrst
impl Eq for Hitmrst
impl StructuralPartialEq for Hitmrst
Auto Trait Implementations§
impl Freeze for Hitmrst
impl RefUnwindSafe for Hitmrst
impl Send for Hitmrst
impl Sync for Hitmrst
impl Unpin for Hitmrst
impl UnwindSafe for Hitmrst
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