pub enum STAT_RXR {
DISABLED,
STALL,
NAK,
VALID,
}
Expand description
Possible values of the field STAT_RX
Variants§
DISABLED
all reception requests addressed to this endpoint are ignored
STALL
the endpoint is stalled and all reception requests result in a STALL handshake
NAK
the endpoint is naked and all reception requests result in a NAK handshake
VALID
this endpoint is enabled for reception
Implementations§
Trait Implementations§
impl Copy for STAT_RXR
impl StructuralPartialEq for STAT_RXR
Auto Trait Implementations§
impl Freeze for STAT_RXR
impl RefUnwindSafe for STAT_RXR
impl Send for STAT_RXR
impl Sync for STAT_RXR
impl Unpin for STAT_RXR
impl UnwindSafe for STAT_RXR
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