#[repr(C)]pub struct bladerf_lms_dc_cals {
pub lpf_tuning: i16,
pub tx_lpf_i: i16,
pub tx_lpf_q: i16,
pub rx_lpf_i: i16,
pub rx_lpf_q: i16,
pub dc_ref: i16,
pub rxvga2a_i: i16,
pub rxvga2a_q: i16,
pub rxvga2b_i: i16,
pub rxvga2b_q: i16,
}Fields§
§lpf_tuning: i16§tx_lpf_i: i16§tx_lpf_q: i16§rx_lpf_i: i16§rx_lpf_q: i16§dc_ref: i16§rxvga2a_i: i16§rxvga2a_q: i16§rxvga2b_i: i16§rxvga2b_q: i16Trait Implementations§
Source§impl Clone for bladerf_lms_dc_cals
impl Clone for bladerf_lms_dc_cals
Source§fn clone(&self) -> bladerf_lms_dc_cals
fn clone(&self) -> bladerf_lms_dc_cals
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 moreSource§impl Debug for bladerf_lms_dc_cals
impl Debug for bladerf_lms_dc_cals
impl Copy for bladerf_lms_dc_cals
Auto Trait Implementations§
impl Freeze for bladerf_lms_dc_cals
impl RefUnwindSafe for bladerf_lms_dc_cals
impl Send for bladerf_lms_dc_cals
impl Sync for bladerf_lms_dc_cals
impl Unpin for bladerf_lms_dc_cals
impl UnwindSafe for bladerf_lms_dc_cals
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