pub struct TelemetryState {
pub(crate) demod: [[State; 2]; 2],
pub(crate) phase: State,
pub(crate) frequency: State,
}Expand description
Channel Telemetry
Fields§
§demod: [[State; 2]; 2]§phase: State§frequency: StateTrait Implementations§
Source§impl Clone for TelemetryState
impl Clone for TelemetryState
Source§fn clone(&self) -> TelemetryState
fn clone(&self) -> TelemetryState
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 TelemetryState
impl Default for TelemetryState
Source§fn default() -> TelemetryState
fn default() -> TelemetryState
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 TelemetryState
impl RefUnwindSafe for TelemetryState
impl Send for TelemetryState
impl Sync for TelemetryState
impl Unpin for TelemetryState
impl UnwindSafe for TelemetryState
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)