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