#[repr(transparent)]pub struct LpuartClksel(pub u32);Expand description
LPUART0 clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl LpuartClksel
impl LpuartClksel
Sourcepub const fn mux(&self) -> LpuartClkselMux
pub const fn mux(&self) -> LpuartClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: LpuartClkselMux)
pub const fn set_mux(&mut self, val: LpuartClkselMux)
Functional Clock Mux Select
Trait Implementations§
Source§impl Clone for LpuartClksel
impl Clone for LpuartClksel
Source§fn clone(&self) -> LpuartClksel
fn clone(&self) -> LpuartClksel
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 LpuartClksel
impl Debug for LpuartClksel
Source§impl Default for LpuartClksel
impl Default for LpuartClksel
Source§fn default() -> LpuartClksel
fn default() -> LpuartClksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for LpuartClksel
impl PartialEq for LpuartClksel
impl Copy for LpuartClksel
impl Eq for LpuartClksel
impl StructuralPartialEq for LpuartClksel
Auto Trait Implementations§
impl Freeze for LpuartClksel
impl RefUnwindSafe for LpuartClksel
impl Send for LpuartClksel
impl Sync for LpuartClksel
impl Unpin for LpuartClksel
impl UnwindSafe for LpuartClksel
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