#[repr(u8)]pub enum GrxstspPktsts {
Show 16 variants
_RESERVED_0 = 0,
OUTNAK = 1,
INOUTDPRX = 2,
INOUTTRCOM = 3,
DSETUPCOM = 4,
DTTOG = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
_RESERVED_0 = 0
OUTNAK = 1
Global OUT NAK in device mode (triggers an interrupt)
INOUTDPRX = 2
IN data packet received in host mode and OUT data packet received in device mode
INOUTTRCOM = 3
IN or OUT transfer completed in both host and device mode (triggers an interrupt)
DSETUPCOM = 4
SETUP transaction completed in device mode (triggers an interrupt)
DTTOG = 5
Data toggle error (triggers an interrupt) in host mode
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Source§impl GrxstspPktsts
impl GrxstspPktsts
Trait Implementations§
Source§impl Clone for GrxstspPktsts
impl Clone for GrxstspPktsts
Source§fn clone(&self) -> GrxstspPktsts
fn clone(&self) -> GrxstspPktsts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrxstspPktsts
impl Debug for GrxstspPktsts
Source§impl From<GrxstspPktsts> for u8
impl From<GrxstspPktsts> for u8
Source§fn from(val: GrxstspPktsts) -> u8
fn from(val: GrxstspPktsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for GrxstspPktsts
impl From<u8> for GrxstspPktsts
Source§fn from(val: u8) -> GrxstspPktsts
fn from(val: u8) -> GrxstspPktsts
Converts to this type from the input type.
Source§impl Ord for GrxstspPktsts
impl Ord for GrxstspPktsts
Source§fn cmp(&self, other: &GrxstspPktsts) -> Ordering
fn cmp(&self, other: &GrxstspPktsts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GrxstspPktsts
impl PartialEq for GrxstspPktsts
Source§impl PartialOrd for GrxstspPktsts
impl PartialOrd for GrxstspPktsts
impl Copy for GrxstspPktsts
impl Eq for GrxstspPktsts
impl StructuralPartialEq for GrxstspPktsts
Auto Trait Implementations§
impl Freeze for GrxstspPktsts
impl RefUnwindSafe for GrxstspPktsts
impl Send for GrxstspPktsts
impl Sync for GrxstspPktsts
impl Unpin for GrxstspPktsts
impl UnwindSafe for GrxstspPktsts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)