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