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