#[repr(u32)]pub enum DmaMode {
Basic = 1,
AutoRequest = 2,
PingPong = 3,
MemoryScatterGather = 4,
PeripheralScatterGather = 6,
}
Variants§
Trait Implementations§
impl Copy 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