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