#[repr(transparent)]pub struct Pll0sscg0(pub u32);Expand description
PLL0 Spread Spectrum Wrapper control register 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pll0sscg0
impl Eq for Pll0sscg0
impl StructuralPartialEq for Pll0sscg0
Auto Trait Implementations§
impl Freeze for Pll0sscg0
impl RefUnwindSafe for Pll0sscg0
impl Send for Pll0sscg0
impl Sync for Pll0sscg0
impl Unpin for Pll0sscg0
impl UnwindSafe for Pll0sscg0
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