#[repr(transparent)]pub struct AplllockCnfg(pub u32);Expand description
APLL LOCK Configuration Register
Tuple Fields§
§0: u32Implementations§
Source§impl AplllockCnfg
impl AplllockCnfg
Trait Implementations§
Source§impl Clone for AplllockCnfg
impl Clone for AplllockCnfg
Source§fn clone(&self) -> AplllockCnfg
fn clone(&self) -> AplllockCnfg
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 AplllockCnfg
impl Debug for AplllockCnfg
Source§impl Default for AplllockCnfg
impl Default for AplllockCnfg
Source§fn default() -> AplllockCnfg
fn default() -> AplllockCnfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for AplllockCnfg
impl PartialEq for AplllockCnfg
impl Copy for AplllockCnfg
impl Eq for AplllockCnfg
impl StructuralPartialEq for AplllockCnfg
Auto Trait Implementations§
impl Freeze for AplllockCnfg
impl RefUnwindSafe for AplllockCnfg
impl Send for AplllockCnfg
impl Sync for AplllockCnfg
impl Unpin for AplllockCnfg
impl UnwindSafe for AplllockCnfg
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