#[repr(u8)]pub enum Numdeveps {
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 Numdeveps
impl Ord for Numdeveps
Source§impl PartialOrd for Numdeveps
impl PartialOrd for Numdeveps
impl Copy for Numdeveps
impl Eq for Numdeveps
impl StructuralPartialEq for Numdeveps
Auto Trait Implementations§
impl Freeze for Numdeveps
impl RefUnwindSafe for Numdeveps
impl Send for Numdeveps
impl Sync for Numdeveps
impl Unpin for Numdeveps
impl UnwindSafe for Numdeveps
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)