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