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