pub enum DTDIR {
ControllerToCard = 0,
CardToController = 1,
}
Expand description
Data transfer direction selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DTDIR
impl Eq for DTDIR
impl StructuralPartialEq for DTDIR
Auto Trait Implementations§
impl Freeze for DTDIR
impl RefUnwindSafe for DTDIR
impl Send for DTDIR
impl Sync for DTDIR
impl Unpin for DTDIR
impl UnwindSafe for DTDIR
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