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