pub enum DmaDir {
M2M,
P2M,
M2P,
}
Variants§
M2M
Memory to memory direction
P2M
Peripheral to memory direction
M2P
Memory to peripheral direction
Trait Implementations§
impl Copy for DmaDir
impl Eq for DmaDir
impl StructuralPartialEq for DmaDir
Auto Trait Implementations§
impl Freeze for DmaDir
impl RefUnwindSafe for DmaDir
impl Send for DmaDir
impl Sync for DmaDir
impl Unpin for DmaDir
impl UnwindSafe for DmaDir
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