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