Struct LrRssiThrDigEng
#[repr(transparent)]pub struct LrRssiThrDigEng(pub u32);Expand description
LR_RSSI_THR_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl LrRssiThrDigEng
impl LrRssiThrDigEng
pub const fn lr_rssi_thr(&self) -> u8
pub const fn lr_rssi_thr(&self) -> u8
RSSI or peak threshold value.
pub fn set_lr_rssi_thr(&mut self, val: u8)
pub fn set_lr_rssi_thr(&mut self, val: u8)
RSSI or peak threshold value.
Trait Implementations§
§impl Clone for LrRssiThrDigEng
impl Clone for LrRssiThrDigEng
§fn clone(&self) -> LrRssiThrDigEng
fn clone(&self) -> LrRssiThrDigEng
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 LrRssiThrDigEng
impl Debug for LrRssiThrDigEng
§impl Default for LrRssiThrDigEng
impl Default for LrRssiThrDigEng
§fn default() -> LrRssiThrDigEng
fn default() -> LrRssiThrDigEng
Returns the “default value” for a type. Read more
§impl PartialEq for LrRssiThrDigEng
impl PartialEq for LrRssiThrDigEng
impl Copy for LrRssiThrDigEng
impl Eq for LrRssiThrDigEng
impl StructuralPartialEq for LrRssiThrDigEng
Auto Trait Implementations§
impl Freeze for LrRssiThrDigEng
impl RefUnwindSafe for LrRssiThrDigEng
impl Send for LrRssiThrDigEng
impl Sync for LrRssiThrDigEng
impl Unpin for LrRssiThrDigEng
impl UnwindSafe for LrRssiThrDigEng
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