#[repr(transparent)]pub struct RxgainConfig(pub u32);Expand description
Override configuration of receiver gain control loop
Tuple Fields§
§0: u32Implementations§
Source§impl RxgainConfig
impl RxgainConfig
Sourcepub const fn agcaafoverride(&self) -> u8
pub const fn agcaafoverride(&self) -> u8
Override value for AAF
Sourcepub const fn set_agcaafoverride(&mut self, val: u8)
pub const fn set_agcaafoverride(&mut self, val: u8)
Override value for AAF
Sourcepub const fn agcmixoverride(&self) -> bool
pub const fn agcmixoverride(&self) -> bool
Override value for MIX
Sourcepub const fn set_agcmixoverride(&mut self, val: bool)
pub const fn set_agcmixoverride(&mut self, val: bool)
Override value for MIX
Sourcepub const fn agclnaoverride(&self) -> u8
pub const fn agclnaoverride(&self) -> u8
Override value for LNA
Sourcepub const fn set_agclnaoverride(&mut self, val: u8)
pub const fn set_agclnaoverride(&mut self, val: u8)
Override value for LNA
Sourcepub const fn agcoverridegain(&self) -> bool
pub const fn agcoverridegain(&self) -> bool
Enable AGC override
Sourcepub const fn set_agcoverridegain(&mut self, val: bool)
pub const fn set_agcoverridegain(&mut self, val: bool)
Enable AGC override
Trait Implementations§
Source§impl Clone for RxgainConfig
impl Clone for RxgainConfig
Source§fn clone(&self) -> RxgainConfig
fn clone(&self) -> RxgainConfig
Returns a copy 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 moreSource§impl Debug for RxgainConfig
impl Debug for RxgainConfig
Source§impl Default for RxgainConfig
impl Default for RxgainConfig
Source§fn default() -> RxgainConfig
fn default() -> RxgainConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for RxgainConfig
impl PartialEq for RxgainConfig
impl Copy for RxgainConfig
impl Eq for RxgainConfig
impl StructuralPartialEq for RxgainConfig
Auto Trait Implementations§
impl Freeze for RxgainConfig
impl RefUnwindSafe for RxgainConfig
impl Send for RxgainConfig
impl Sync for RxgainConfig
impl Unpin for RxgainConfig
impl UnwindSafe for RxgainConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)