pub struct GpsQzssTelemetry {
pub message: u16,
pub integrity: bool,
pub reserved_bits: bool,
}Available on crate feature
gps only.Expand description
GpsQzssTelemetry marks the beginning of each frame
Fields§
§message: u1614-bit TLM Message
integrity: boolIntegrity bit is asserted means the conveying signal is provided with an enhanced level of integrity assurance.
reserved_bits: boolReserved bits
Implementations§
Trait Implementations§
Source§impl Clone for GpsQzssTelemetry
impl Clone for GpsQzssTelemetry
Source§fn clone(&self) -> GpsQzssTelemetry
fn clone(&self) -> GpsQzssTelemetry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GpsQzssTelemetry
Source§impl Debug for GpsQzssTelemetry
impl Debug for GpsQzssTelemetry
Source§impl Default for GpsQzssTelemetry
impl Default for GpsQzssTelemetry
Source§fn default() -> GpsQzssTelemetry
fn default() -> GpsQzssTelemetry
Returns the “default value” for a type. Read more
Source§impl PartialEq for GpsQzssTelemetry
impl PartialEq for GpsQzssTelemetry
Source§fn eq(&self, other: &GpsQzssTelemetry) -> bool
fn eq(&self, other: &GpsQzssTelemetry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GpsQzssTelemetry
Auto Trait Implementations§
impl Freeze for GpsQzssTelemetry
impl RefUnwindSafe for GpsQzssTelemetry
impl Send for GpsQzssTelemetry
impl Sync for GpsQzssTelemetry
impl Unpin for GpsQzssTelemetry
impl UnsafeUnpin for GpsQzssTelemetry
impl UnwindSafe for GpsQzssTelemetry
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