#[repr(u8)]pub enum Numdevperioeps {
Show 16 variants
VALUE0 = 0,
VALUE1 = 1,
VALUE2 = 2,
VALUE3 = 3,
VALUE4 = 4,
VALUE5 = 5,
VALUE6 = 6,
VALUE7 = 7,
VALUE8 = 8,
VALUE9 = 9,
VALUE10 = 10,
VALUE11 = 11,
VALUE12 = 12,
VALUE13 = 13,
VALUE14 = 14,
VALUE15 = 15,
}Variants§
VALUE0 = 0
Number of Periodic IN EPs is 0
VALUE1 = 1
Number of Periodic IN EPs is 1
VALUE2 = 2
Number of Periodic IN EPs is 2
VALUE3 = 3
Number of Periodic IN EPs is 3
VALUE4 = 4
Number of Periodic IN EPs is 4
VALUE5 = 5
Number of Periodic IN EPs is 5
VALUE6 = 6
Number of Periodic IN EPs is 6
VALUE7 = 7
Number of Periodic IN EPs is 7
VALUE8 = 8
Number of Periodic IN EPs is 8
VALUE9 = 9
Number of Periodic IN EPs is 9
VALUE10 = 10
Number of Periodic IN EPs is 10
VALUE11 = 11
Number of Periodic IN EPs is 11
VALUE12 = 12
Number of Periodic IN EPs is 12
VALUE13 = 13
Number of Periodic IN EPs is 13
VALUE14 = 14
Number of Periodic IN EPs is 14
VALUE15 = 15
Number of Periodic IN EPs is 15
Implementations§
Trait Implementations§
Source§impl Clone for Numdevperioeps
impl Clone for Numdevperioeps
Source§fn clone(&self) -> Numdevperioeps
fn clone(&self) -> Numdevperioeps
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 Numdevperioeps
impl Debug for Numdevperioeps
Source§impl From<Numdevperioeps> for u8
impl From<Numdevperioeps> for u8
Source§fn from(val: Numdevperioeps) -> u8
fn from(val: Numdevperioeps) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Numdevperioeps
impl From<u8> for Numdevperioeps
Source§fn from(val: u8) -> Numdevperioeps
fn from(val: u8) -> Numdevperioeps
Converts to this type from the input type.
Source§impl Ord for Numdevperioeps
impl Ord for Numdevperioeps
Source§fn cmp(&self, other: &Numdevperioeps) -> Ordering
fn cmp(&self, other: &Numdevperioeps) -> 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 Numdevperioeps
impl PartialEq for Numdevperioeps
Source§impl PartialOrd for Numdevperioeps
impl PartialOrd for Numdevperioeps
impl Copy for Numdevperioeps
impl Eq for Numdevperioeps
impl StructuralPartialEq for Numdevperioeps
Auto Trait Implementations§
impl Freeze for Numdevperioeps
impl RefUnwindSafe for Numdevperioeps
impl Send for Numdevperioeps
impl Sync for Numdevperioeps
impl Unpin for Numdevperioeps
impl UnwindSafe for Numdevperioeps
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)