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