pub struct TelemetryCooked {
pub(crate) demod: [[ScaledStatistics; 2]; 2],
pub(crate) phase: ScaledStatistics,
pub(crate) frequency: ScaledStatistics,
}Fields§
§demod: [[ScaledStatistics; 2]; 2]§phase: ScaledStatistics§frequency: ScaledStatisticsTrait Implementations§
Source§impl Clone for TelemetryCooked
impl Clone for TelemetryCooked
Source§fn clone(&self) -> TelemetryCooked
fn clone(&self) -> TelemetryCooked
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 Default for TelemetryCooked
impl Default for TelemetryCooked
Source§fn default() -> TelemetryCooked
fn default() -> TelemetryCooked
Returns the “default value” for a type. Read more
Source§impl From<TelemetryState> for TelemetryCooked
impl From<TelemetryState> for TelemetryCooked
Source§fn from(t: TelemetryState) -> Self
fn from(t: TelemetryState) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TelemetryCooked
impl RefUnwindSafe for TelemetryCooked
impl Send for TelemetryCooked
impl Sync for TelemetryCooked
impl Unpin for TelemetryCooked
impl UnwindSafe for TelemetryCooked
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,
§impl<T, M> ForwardCompat<T, M> for T
impl<T, M> ForwardCompat<T, M> for T
§impl<T> ReverseCompat<T> for T
impl<T> ReverseCompat<T> for T
§fn reverse(self) -> Reverse<T>
fn reverse(self) -> Reverse<T>
Create an e-h-c wrapper around and e-h object Available methods depend on the wrapped type
§fn reverse_cell(self) -> Reverse<RefCell<T>>
fn reverse_cell(self) -> Reverse<RefCell<T>>
Create an e-h-c reverse compatibility wrapper using a ref-cell for interior mutability (required for InputPin types)