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