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