Struct DemodDigOut
#[repr(transparent)]pub struct DemodDigOut(pub u32);Expand description
DEMOD_DIG_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl DemodDigOut
impl DemodDigOut
pub fn set_ci_field(&mut self, val: u8)
pub fn set_ci_field(&mut self, val: u8)
CI field.
pub fn set_aac_found(&mut self, val: bool)
pub fn set_aac_found(&mut self, val: bool)
aac_found.
pub fn set_pd_found(&mut self, val: bool)
pub fn set_pd_found(&mut self, val: bool)
pd_found.
pub fn set_rx_end(&mut self, val: bool)
pub fn set_rx_end(&mut self, val: bool)
rx_end.
Trait Implementations§
§impl Clone for DemodDigOut
impl Clone for DemodDigOut
§fn clone(&self) -> DemodDigOut
fn clone(&self) -> DemodDigOut
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 DemodDigOut
impl Debug for DemodDigOut
§impl Default for DemodDigOut
impl Default for DemodDigOut
§fn default() -> DemodDigOut
fn default() -> DemodDigOut
Returns the “default value” for a type. Read more
§impl PartialEq for DemodDigOut
impl PartialEq for DemodDigOut
impl Copy for DemodDigOut
impl Eq for DemodDigOut
impl StructuralPartialEq for DemodDigOut
Auto Trait Implementations§
impl Freeze for DemodDigOut
impl RefUnwindSafe for DemodDigOut
impl Send for DemodDigOut
impl Sync for DemodDigOut
impl Unpin for DemodDigOut
impl UnwindSafe for DemodDigOut
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