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