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