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