#[repr(transparent)]pub struct Lpi2cClksel(pub u32);Expand description
LPI2C0 clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl Lpi2cClksel
impl Lpi2cClksel
Sourcepub const fn mux(&self) -> Lpi2cClkselMux
pub const fn mux(&self) -> Lpi2cClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: Lpi2cClkselMux)
pub const fn set_mux(&mut self, val: Lpi2cClkselMux)
Functional Clock Mux Select
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 Default for Lpi2cClksel
impl Default for Lpi2cClksel
Source§fn default() -> Lpi2cClksel
fn default() -> Lpi2cClksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Lpi2cClksel
impl PartialEq 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