pub enum IO_AW {
OUT = 0,
IN = 1,
}
Expand description
Selects IN or OUT endpoint
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IO_AW
impl StructuralPartialEq for IO_AW
Auto Trait Implementations§
impl Freeze for IO_AW
impl RefUnwindSafe for IO_AW
impl Send for IO_AW
impl Sync for IO_AW
impl Unpin for IO_AW
impl UnwindSafe for IO_AW
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