#[repr(transparent)]pub struct Clkoutsel(pub u32);Expand description
CLKOUT clock source select
Tuple Fields§
§0: u32Implementations§
Source§impl Clkoutsel
impl Clkoutsel
Sourcepub const fn sel(&self) -> ClkoutselSel
pub const fn sel(&self) -> ClkoutselSel
CLKOUT clock source select.
Sourcepub const fn set_sel(&mut self, val: ClkoutselSel)
pub const fn set_sel(&mut self, val: ClkoutselSel)
CLKOUT clock source select.
Trait Implementations§
impl Copy for Clkoutsel
impl Eq for Clkoutsel
impl StructuralPartialEq for Clkoutsel
Auto Trait Implementations§
impl Freeze for Clkoutsel
impl RefUnwindSafe for Clkoutsel
impl Send for Clkoutsel
impl Sync for Clkoutsel
impl Unpin for Clkoutsel
impl UnwindSafe for Clkoutsel
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