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