#[repr(transparent)]pub struct FbdivInt(pub u32);
Expand description
Feedback divisor (note: this PLL does not support fractional division)
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for FbdivInt
impl Eq for FbdivInt
impl StructuralPartialEq for FbdivInt
Auto Trait Implementations§
impl Freeze for FbdivInt
impl RefUnwindSafe for FbdivInt
impl Send for FbdivInt
impl Sync for FbdivInt
impl Unpin for FbdivInt
impl UnwindSafe for FbdivInt
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