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