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