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