#[repr(transparent)]pub struct Clk32kclksel(pub u32);Expand description
clock low speed source select for HS USB.
Tuple Fields§
§0: u32Implementations§
Source§impl Clk32kclksel
impl Clk32kclksel
Sourcepub const fn sel(&self) -> Clk32kclkselSel
pub const fn sel(&self) -> Clk32kclkselSel
clock low speed source select for HS USB.
Sourcepub const fn set_sel(&mut self, val: Clk32kclkselSel)
pub const fn set_sel(&mut self, val: Clk32kclkselSel)
clock low speed source select for HS USB.
Trait Implementations§
Source§impl Clone for Clk32kclksel
impl Clone for Clk32kclksel
Source§fn clone(&self) -> Clk32kclksel
fn clone(&self) -> Clk32kclksel
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 Clk32kclksel
impl Debug for Clk32kclksel
Source§impl Default for Clk32kclksel
impl Default for Clk32kclksel
Source§fn default() -> Clk32kclksel
fn default() -> Clk32kclksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Clk32kclksel
impl PartialEq for Clk32kclksel
impl Copy for Clk32kclksel
impl Eq for Clk32kclksel
impl StructuralPartialEq for Clk32kclksel
Auto Trait Implementations§
impl Freeze for Clk32kclksel
impl RefUnwindSafe for Clk32kclksel
impl Send for Clk32kclksel
impl Sync for Clk32kclksel
impl Unpin for Clk32kclksel
impl UnwindSafe for Clk32kclksel
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