#[repr(u8)]pub enum Fc15I2cSdaFsel {
Show 16 variants
FUNCTION_0 = 0,
FUNCTION_1 = 1,
FUNCTION_2 = 2,
FUNCTION_3 = 3,
FUNCTION_4 = 4,
FUNCTION_5 = 5,
FUNCTION_6 = 6,
FUNCTION_7 = 7,
FUNCTION_8 = 8,
FUNCTION_9 = 9,
FUNCTION_10 = 10,
FUNCTION_11 = 11,
FUNCTION_12 = 12,
FUNCTION_13 = 13,
FUNCTION_14 = 14,
FUNCTION_15 = 15,
}Variants§
FUNCTION_0 = 0
Function 0.
FUNCTION_1 = 1
Function 1.
FUNCTION_2 = 2
Function 2.
FUNCTION_3 = 3
Function 3.
FUNCTION_4 = 4
Function 4.
FUNCTION_5 = 5
Function 5.
FUNCTION_6 = 6
Function 6.
FUNCTION_7 = 7
Function 7.
FUNCTION_8 = 8
Function 8.
FUNCTION_9 = 9
Function 9.
FUNCTION_10 = 10
Function 10.
FUNCTION_11 = 11
Function 11.
FUNCTION_12 = 12
Function 12.
FUNCTION_13 = 13
Function 13.
FUNCTION_14 = 14
Function 14.
FUNCTION_15 = 15
Function 15.
Implementations§
Trait Implementations§
Source§impl Clone for Fc15I2cSdaFsel
impl Clone for Fc15I2cSdaFsel
Source§fn clone(&self) -> Fc15I2cSdaFsel
fn clone(&self) -> Fc15I2cSdaFsel
Returns a duplicate 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 Fc15I2cSdaFsel
impl Debug for Fc15I2cSdaFsel
Source§impl From<Fc15I2cSdaFsel> for u8
impl From<Fc15I2cSdaFsel> for u8
Source§fn from(val: Fc15I2cSdaFsel) -> u8
fn from(val: Fc15I2cSdaFsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fc15I2cSdaFsel
impl From<u8> for Fc15I2cSdaFsel
Source§fn from(val: u8) -> Fc15I2cSdaFsel
fn from(val: u8) -> Fc15I2cSdaFsel
Converts to this type from the input type.
Source§impl Ord for Fc15I2cSdaFsel
impl Ord for Fc15I2cSdaFsel
Source§fn cmp(&self, other: &Fc15I2cSdaFsel) -> Ordering
fn cmp(&self, other: &Fc15I2cSdaFsel) -> 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 Fc15I2cSdaFsel
impl PartialEq for Fc15I2cSdaFsel
Source§impl PartialOrd for Fc15I2cSdaFsel
impl PartialOrd for Fc15I2cSdaFsel
impl Copy for Fc15I2cSdaFsel
impl Eq for Fc15I2cSdaFsel
impl StructuralPartialEq for Fc15I2cSdaFsel
Auto Trait Implementations§
impl Freeze for Fc15I2cSdaFsel
impl RefUnwindSafe for Fc15I2cSdaFsel
impl Send for Fc15I2cSdaFsel
impl Sync for Fc15I2cSdaFsel
impl Unpin for Fc15I2cSdaFsel
impl UnwindSafe for Fc15I2cSdaFsel
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