#[repr(u8)]pub enum Epnum {
Show 16 variants
ENDPT0 = 0,
ENDPT1 = 1,
ENDPT2 = 2,
ENDPT3 = 3,
ENDPT4 = 4,
ENDPT5 = 5,
ENDPT6 = 6,
ENDPT7 = 7,
ENDPT8 = 8,
ENDPT9 = 9,
ENDPT10 = 10,
ENDPT11 = 11,
ENDPT12 = 12,
ENDPT13 = 13,
ENDPT14 = 14,
ENDPT15 = 15,
}Variants§
ENDPT0 = 0
End point 0
ENDPT1 = 1
End point 1
ENDPT2 = 2
End point 2
ENDPT3 = 3
End point 3
ENDPT4 = 4
End point 4
ENDPT5 = 5
End point 5
ENDPT6 = 6
End point 6
ENDPT7 = 7
End point 7
ENDPT8 = 8
End point 8
ENDPT9 = 9
End point 9
ENDPT10 = 10
End point 10
ENDPT11 = 11
End point 11
ENDPT12 = 12
End point 12
ENDPT13 = 13
End point 13
ENDPT14 = 14
End point 14
ENDPT15 = 15
End point 15
Implementations§
Trait Implementations§
Source§impl Ord for Epnum
impl Ord for Epnum
Source§impl PartialOrd for Epnum
impl PartialOrd for Epnum
impl Copy for Epnum
impl Eq for Epnum
impl StructuralPartialEq for Epnum
Auto Trait Implementations§
impl Freeze for Epnum
impl RefUnwindSafe for Epnum
impl Send for Epnum
impl Sync for Epnum
impl Unpin for Epnum
impl UnwindSafe for Epnum
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)