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