#[repr(u8)]pub enum Lpmchnlindx {
Show 16 variants
CH0 = 0,
CH1 = 1,
CH2 = 2,
CH3 = 3,
CH4 = 4,
CH5 = 5,
CH6 = 6,
CH7 = 7,
CH8 = 8,
CH9 = 9,
CH10 = 10,
CH11 = 11,
CH12 = 12,
CH13 = 13,
CH14 = 14,
CH15 = 15,
}Variants§
CH0 = 0
Channel 0
CH1 = 1
Channel 1
CH2 = 2
Channel 2
CH3 = 3
Channel 3
CH4 = 4
Channel 4
CH5 = 5
Channel 5
CH6 = 6
Channel 6
CH7 = 7
Channel 7
CH8 = 8
Channel 8
CH9 = 9
Channel 9
CH10 = 10
Channel 10
CH11 = 11
Channel 11
CH12 = 12
Channel 12
CH13 = 13
Channel 13
CH14 = 14
Channel 14
CH15 = 15
Channel15
Implementations§
Source§impl Lpmchnlindx
impl Lpmchnlindx
Trait Implementations§
Source§impl Clone for Lpmchnlindx
impl Clone for Lpmchnlindx
Source§fn clone(&self) -> Lpmchnlindx
fn clone(&self) -> Lpmchnlindx
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 Lpmchnlindx
impl Debug for Lpmchnlindx
Source§impl From<Lpmchnlindx> for u8
impl From<Lpmchnlindx> for u8
Source§fn from(val: Lpmchnlindx) -> u8
fn from(val: Lpmchnlindx) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpmchnlindx
impl From<u8> for Lpmchnlindx
Source§fn from(val: u8) -> Lpmchnlindx
fn from(val: u8) -> Lpmchnlindx
Converts to this type from the input type.
Source§impl Ord for Lpmchnlindx
impl Ord for Lpmchnlindx
Source§fn cmp(&self, other: &Lpmchnlindx) -> Ordering
fn cmp(&self, other: &Lpmchnlindx) -> 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 Lpmchnlindx
impl PartialEq for Lpmchnlindx
Source§impl PartialOrd for Lpmchnlindx
impl PartialOrd for Lpmchnlindx
impl Copy for Lpmchnlindx
impl Eq for Lpmchnlindx
impl StructuralPartialEq for Lpmchnlindx
Auto Trait Implementations§
impl Freeze for Lpmchnlindx
impl RefUnwindSafe for Lpmchnlindx
impl Send for Lpmchnlindx
impl Sync for Lpmchnlindx
impl Unpin for Lpmchnlindx
impl UnwindSafe for Lpmchnlindx
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)