#[repr(u8)]pub enum Numhstchnl {
Show 16 variants
HOSTCH0 = 0,
HOSTCH1 = 1,
HOSTCH2 = 2,
HOSTCH3 = 3,
HOSTCH4 = 4,
HOSTCH5 = 5,
HOSTCH6 = 6,
HOSTCH7 = 7,
HOSTCH8 = 8,
HOSTCH9 = 9,
HOSTCH10 = 10,
HOSTCH11 = 11,
HOSTCH12 = 12,
HOSTCH13 = 13,
HOSTCH14 = 14,
HOSTCH15 = 15,
}Variants§
HOSTCH0 = 0
Host Channel 1
HOSTCH1 = 1
Host Channel 2
HOSTCH2 = 2
Host Channel 3
HOSTCH3 = 3
Host Channel 4
HOSTCH4 = 4
Host Channel 5
HOSTCH5 = 5
Host Channel 6
HOSTCH6 = 6
Host Channel 7
HOSTCH7 = 7
Host Channel 8
HOSTCH8 = 8
Host Channel 9
HOSTCH9 = 9
Host Channel 10
HOSTCH10 = 10
Host Channel 11
HOSTCH11 = 11
Host Channel 12
HOSTCH12 = 12
Host Channel 13
HOSTCH13 = 13
Host Channel 14
HOSTCH14 = 14
Host Channel 15
HOSTCH15 = 15
Host Channel 16
Implementations§
Source§impl Numhstchnl
impl Numhstchnl
Trait Implementations§
Source§impl Clone for Numhstchnl
impl Clone for Numhstchnl
Source§fn clone(&self) -> Numhstchnl
fn clone(&self) -> Numhstchnl
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 Numhstchnl
impl Debug for Numhstchnl
Source§impl From<Numhstchnl> for u8
impl From<Numhstchnl> for u8
Source§fn from(val: Numhstchnl) -> u8
fn from(val: Numhstchnl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Numhstchnl
impl From<u8> for Numhstchnl
Source§fn from(val: u8) -> Numhstchnl
fn from(val: u8) -> Numhstchnl
Converts to this type from the input type.
Source§impl Ord for Numhstchnl
impl Ord for Numhstchnl
Source§fn cmp(&self, other: &Numhstchnl) -> Ordering
fn cmp(&self, other: &Numhstchnl) -> 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 Numhstchnl
impl PartialEq for Numhstchnl
Source§impl PartialOrd for Numhstchnl
impl PartialOrd for Numhstchnl
impl Copy for Numhstchnl
impl Eq for Numhstchnl
impl StructuralPartialEq for Numhstchnl
Auto Trait Implementations§
impl Freeze for Numhstchnl
impl RefUnwindSafe for Numhstchnl
impl Send for Numhstchnl
impl Sync for Numhstchnl
impl Unpin for Numhstchnl
impl UnwindSafe for Numhstchnl
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)