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