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