Struct Rssi0DigOut
#[repr(transparent)]pub struct Rssi0DigOut(pub u32);Expand description
RSSI0_DIG_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl Rssi0DigOut
impl Rssi0DigOut
pub const fn rssi_meas_out_7_0(&self) -> u8
pub const fn rssi_meas_out_7_0(&self) -> u8
Measure of the received signal strength.
pub fn set_rssi_meas_out_7_0(&mut self, val: u8)
pub fn set_rssi_meas_out_7_0(&mut self, val: u8)
Measure of the received signal strength.
Trait Implementations§
§impl Clone for Rssi0DigOut
impl Clone for Rssi0DigOut
§fn clone(&self) -> Rssi0DigOut
fn clone(&self) -> Rssi0DigOut
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 Rssi0DigOut
impl Debug for Rssi0DigOut
§impl Default for Rssi0DigOut
impl Default for Rssi0DigOut
§fn default() -> Rssi0DigOut
fn default() -> Rssi0DigOut
Returns the “default value” for a type. Read more
§impl PartialEq for Rssi0DigOut
impl PartialEq for Rssi0DigOut
impl Copy for Rssi0DigOut
impl Eq for Rssi0DigOut
impl StructuralPartialEq for Rssi0DigOut
Auto Trait Implementations§
impl Freeze for Rssi0DigOut
impl RefUnwindSafe for Rssi0DigOut
impl Send for Rssi0DigOut
impl Sync for Rssi0DigOut
impl Unpin for Rssi0DigOut
impl UnwindSafe for Rssi0DigOut
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