#[repr(transparent)]pub struct Lfaenext(pub u32);
Expand description
Quantization error between ADPLL frequency and the desired value of FFO * RF Frequency. Values limited to [-64,63] with units 7.6294 Hz.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Lfaenext
impl Eq for Lfaenext
impl StructuralPartialEq for Lfaenext
Auto Trait Implementations§
impl Freeze for Lfaenext
impl RefUnwindSafe for Lfaenext
impl Send for Lfaenext
impl Sync for Lfaenext
impl Unpin for Lfaenext
impl UnwindSafe for Lfaenext
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
)