pub enum RD_WRN {
Write = 0,
Read = 1,
}
Expand description
Transfer direction (master mode)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RD_WRN
impl Eq for RD_WRN
impl StructuralPartialEq for RD_WRN
Auto Trait Implementations§
impl Freeze for RD_WRN
impl RefUnwindSafe for RD_WRN
impl Send for RD_WRN
impl Sync for RD_WRN
impl Unpin for RD_WRN
impl UnwindSafe for RD_WRN
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