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