pub enum STAT_TXW {
DISABLED,
STALL,
NAK,
VALID,
}
Expand description
Values that can be written to the field STAT_TX
Variants§
DISABLED
all transmission requests addressed to this endpoint are ignored
STALL
the endpoint is stalled and all transmission requests result in a STALL handshake
NAK
the endpoint is naked and all transmission requests result in a NAK handshake
VALID
this endpoint is enabled for transmission
Auto Trait Implementations§
impl Freeze for STAT_TXW
impl RefUnwindSafe for STAT_TXW
impl Send for STAT_TXW
impl Sync for STAT_TXW
impl Unpin for STAT_TXW
impl UnwindSafe for STAT_TXW
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