Enum IsaDmaTransferDirection
pub enum IsaDmaTransferDirection {
Write,
Read,
}Expand description
ISA DMA transfer direction.
Variants§
Trait Implementations§
§impl Clone for IsaDmaDirection
impl Clone for IsaDmaDirection
§fn clone(&self) -> IsaDmaDirection
fn clone(&self) -> IsaDmaDirection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for IsaDmaDirection
impl Debug for IsaDmaDirection
§impl PartialEq for IsaDmaDirection
impl PartialEq for IsaDmaDirection
impl Copy for IsaDmaDirection
impl Eq for IsaDmaDirection
impl StructuralPartialEq for IsaDmaDirection
Auto Trait Implementations§
impl Freeze for IsaDmaDirection
impl RefUnwindSafe for IsaDmaDirection
impl Send for IsaDmaDirection
impl Sync for IsaDmaDirection
impl Unpin for IsaDmaDirection
impl UnsafeUnpin for IsaDmaDirection
impl UnwindSafe for IsaDmaDirection
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