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