pub enum DmaConfig {
None,
Tx,
Rx,
TxRx,
}
Variants
None
Tx
Rx
TxRx
Trait Implementations
impl Copy for DmaConfig
impl Eq for DmaConfig
impl StructuralEq for DmaConfig
impl StructuralPartialEq for DmaConfig
Auto Trait Implementations
impl RefUnwindSafe for DmaConfig
impl Send for DmaConfig
impl Sync for DmaConfig
impl Unpin for DmaConfig
impl UnwindSafe for DmaConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more