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