pub struct IqCorrChannel {
pub rx_channel: u8,
pub signal_type: u8,
pub svid: u8,
pub corr_iq_msb: u8,
pub corr_i_lsb: u8,
pub corr_q_lsb: u8,
pub carrier_phase_lsb: u16,
}Expand description
IQ correlation channel sub-block
Fields§
§rx_channel: u8§signal_type: u8§svid: u8§corr_iq_msb: u8§corr_i_lsb: u8§corr_q_lsb: u8§carrier_phase_lsb: u16Trait Implementations§
Source§impl Clone for IqCorrChannel
impl Clone for IqCorrChannel
Source§fn clone(&self) -> IqCorrChannel
fn clone(&self) -> IqCorrChannel
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 moreAuto Trait Implementations§
impl Freeze for IqCorrChannel
impl RefUnwindSafe for IqCorrChannel
impl Send for IqCorrChannel
impl Sync for IqCorrChannel
impl Unpin for IqCorrChannel
impl UnsafeUnpin for IqCorrChannel
impl UnwindSafe for IqCorrChannel
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