Struct Antsw0DigUsr
#[repr(transparent)]pub struct Antsw0DigUsr(pub u32);Expand description
ANTSW0_DIG_USR register.
Tuple Fields§
§0: u32Implementations§
§impl Antsw0DigUsr
impl Antsw0DigUsr
pub const fn rx_time_to_sample(&self) -> u8
pub const fn rx_time_to_sample(&self) -> u8
specifies the exact timing of the first I/Q sampling in the reference period.
pub fn set_rx_time_to_sample(&mut self, val: u8)
pub fn set_rx_time_to_sample(&mut self, val: u8)
specifies the exact timing of the first I/Q sampling in the reference period.
Trait Implementations§
§impl Clone for Antsw0DigUsr
impl Clone for Antsw0DigUsr
§fn clone(&self) -> Antsw0DigUsr
fn clone(&self) -> Antsw0DigUsr
Returns a duplicate 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 more§impl Debug for Antsw0DigUsr
impl Debug for Antsw0DigUsr
§impl Default for Antsw0DigUsr
impl Default for Antsw0DigUsr
§fn default() -> Antsw0DigUsr
fn default() -> Antsw0DigUsr
Returns the “default value” for a type. Read more
§impl PartialEq for Antsw0DigUsr
impl PartialEq for Antsw0DigUsr
impl Copy for Antsw0DigUsr
impl Eq for Antsw0DigUsr
impl StructuralPartialEq for Antsw0DigUsr
Auto Trait Implementations§
impl Freeze for Antsw0DigUsr
impl RefUnwindSafe for Antsw0DigUsr
impl Send for Antsw0DigUsr
impl Sync for Antsw0DigUsr
impl Unpin for Antsw0DigUsr
impl UnwindSafe for Antsw0DigUsr
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