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