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