pub enum DmaConfig {
None,
Tx,
Rx,
TxRx,
}
Variants§
Trait Implementations§
impl Copy for DmaConfig
impl Eq for DmaConfig
impl StructuralPartialEq for DmaConfig
Auto Trait Implementations§
impl Freeze for DmaConfig
impl RefUnwindSafe for DmaConfig
impl Send for DmaConfig
impl Sync for DmaConfig
impl Unpin for DmaConfig
impl UnwindSafe for DmaConfig
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