#[repr(transparent)]pub struct PllSysSs(pub u32);Expand description
528MHz System PLL Spread Spectrum Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PllSysSs
impl Eq for PllSysSs
impl StructuralPartialEq for PllSysSs
Auto Trait Implementations§
impl Freeze for PllSysSs
impl RefUnwindSafe for PllSysSs
impl Send for PllSysSs
impl Sync for PllSysSs
impl Unpin for PllSysSs
impl UnwindSafe for PllSysSs
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