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