#[repr(transparent)]pub struct Ffoin(pub u32);
Expand description
Override value of FFO (Fractional Frequency Offset) if not to be based on the frequency estimate derived from CnAcc (autocorrelation of the scaled input signal) value
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Ffoin
impl Eq for Ffoin
impl StructuralPartialEq for Ffoin
Auto Trait Implementations§
impl Freeze for Ffoin
impl RefUnwindSafe for Ffoin
impl Send for Ffoin
impl Sync for Ffoin
impl Unpin for Ffoin
impl UnwindSafe for Ffoin
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
)