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