#[repr(transparent)]pub struct Pll0pdec(pub u32);Expand description
PLL0 550m P divider
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pll0pdec
impl Eq for Pll0pdec
impl StructuralPartialEq for Pll0pdec
Auto Trait Implementations§
impl Freeze for Pll0pdec
impl RefUnwindSafe for Pll0pdec
impl Send for Pll0pdec
impl Sync for Pll0pdec
impl Unpin for Pll0pdec
impl UnwindSafe for Pll0pdec
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