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