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