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