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