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