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