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