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