#[repr(transparent)]pub struct Clockgenupdatelockout(pub u32);Expand description
Control clock configuration registers access (like xxxDIV, xxxSEL)
Tuple Fields§
§0: u32Implementations§
Source§impl Clockgenupdatelockout
impl Clockgenupdatelockout
Sourcepub const fn clockgenupdatelockout(&self) -> Clockgenupdatelockout
pub const fn clockgenupdatelockout(&self) -> Clockgenupdatelockout
Control clock configuration registers access (like xxxDIV, xxxSEL).
Sourcepub const fn set_clockgenupdatelockout(&mut self, val: Clockgenupdatelockout)
pub const fn set_clockgenupdatelockout(&mut self, val: Clockgenupdatelockout)
Control clock configuration registers access (like xxxDIV, xxxSEL).
Trait Implementations§
Source§impl Clone for Clockgenupdatelockout
impl Clone for Clockgenupdatelockout
Source§fn clone(&self) -> Clockgenupdatelockout
fn clone(&self) -> Clockgenupdatelockout
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 Clockgenupdatelockout
impl Debug for Clockgenupdatelockout
Source§impl Default for Clockgenupdatelockout
impl Default for Clockgenupdatelockout
Source§fn default() -> Clockgenupdatelockout
fn default() -> Clockgenupdatelockout
Returns the “default value” for a type. Read more
Source§impl PartialEq for Clockgenupdatelockout
impl PartialEq for Clockgenupdatelockout
impl Copy for Clockgenupdatelockout
impl Eq for Clockgenupdatelockout
impl StructuralPartialEq for Clockgenupdatelockout
Auto Trait Implementations§
impl Freeze for Clockgenupdatelockout
impl RefUnwindSafe for Clockgenupdatelockout
impl Send for Clockgenupdatelockout
impl Sync for Clockgenupdatelockout
impl Unpin for Clockgenupdatelockout
impl UnwindSafe for Clockgenupdatelockout
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