#[repr(u8)]pub enum Fc15I2cSclFsel {
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 Fc15I2cSclFsel
impl Clone for Fc15I2cSclFsel
Source§fn clone(&self) -> Fc15I2cSclFsel
fn clone(&self) -> Fc15I2cSclFsel
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 Fc15I2cSclFsel
impl Debug for Fc15I2cSclFsel
Source§impl From<Fc15I2cSclFsel> for u8
impl From<Fc15I2cSclFsel> for u8
Source§fn from(val: Fc15I2cSclFsel) -> u8
fn from(val: Fc15I2cSclFsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fc15I2cSclFsel
impl From<u8> for Fc15I2cSclFsel
Source§fn from(val: u8) -> Fc15I2cSclFsel
fn from(val: u8) -> Fc15I2cSclFsel
Converts to this type from the input type.
Source§impl Ord for Fc15I2cSclFsel
impl Ord for Fc15I2cSclFsel
Source§fn cmp(&self, other: &Fc15I2cSclFsel) -> Ordering
fn cmp(&self, other: &Fc15I2cSclFsel) -> 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 Fc15I2cSclFsel
impl PartialEq for Fc15I2cSclFsel
Source§impl PartialOrd for Fc15I2cSclFsel
impl PartialOrd for Fc15I2cSclFsel
impl Copy for Fc15I2cSclFsel
impl Eq for Fc15I2cSclFsel
impl StructuralPartialEq for Fc15I2cSclFsel
Auto Trait Implementations§
impl Freeze for Fc15I2cSclFsel
impl RefUnwindSafe for Fc15I2cSclFsel
impl Send for Fc15I2cSclFsel
impl Sync for Fc15I2cSclFsel
impl Unpin for Fc15I2cSclFsel
impl UnwindSafe for Fc15I2cSclFsel
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