#[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)