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