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