#[repr(transparent)]pub struct Freqoffset(pub u32);
Expand description
Frequency offset estimate
Tuple Fields§
§0: u32
Implementations§
Source§impl Freqoffset
impl Freqoffset
pub const fn freqoffset(&self) -> u16
pub fn set_freqoffset(&mut self, val: u16)
Trait Implementations§
Source§impl Clone for Freqoffset
impl Clone for Freqoffset
Source§fn clone(&self) -> Freqoffset
fn clone(&self) -> Freqoffset
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Freqoffset
impl Default for Freqoffset
Source§fn default() -> Freqoffset
fn default() -> Freqoffset
Returns the “default value” for a type. Read more
Source§impl PartialEq for Freqoffset
impl PartialEq for Freqoffset
impl Copy for Freqoffset
impl Eq for Freqoffset
impl StructuralPartialEq for Freqoffset
Auto Trait Implementations§
impl Freeze for Freqoffset
impl RefUnwindSafe for Freqoffset
impl Send for Freqoffset
impl Sync for Freqoffset
impl Unpin for Freqoffset
impl UnwindSafe for Freqoffset
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
)