pub struct Msg1084Data {
pub satellite_data: DataVec<Msm46Sat, 64>,
pub signal_data: DataVec<Msg1084Sig, 64>,
}
Fields§
§satellite_data: DataVec<Msm46Sat, 64>
§signal_data: DataVec<Msg1084Sig, 64>
Trait Implementations§
Source§impl Clone for Msg1084Data
impl Clone for Msg1084Data
Source§fn clone(&self) -> Msg1084Data
fn clone(&self) -> Msg1084Data
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 Msg1084Data
impl Debug for Msg1084Data
Source§impl Default for Msg1084Data
impl Default for Msg1084Data
Source§fn default() -> Msg1084Data
fn default() -> Msg1084Data
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1084Data
impl PartialEq for Msg1084Data
Source§impl SourceRepr for Msg1084Data
impl SourceRepr for Msg1084Data
impl StructuralPartialEq for Msg1084Data
Auto Trait Implementations§
impl Freeze for Msg1084Data
impl RefUnwindSafe for Msg1084Data
impl Send for Msg1084Data
impl Sync for Msg1084Data
impl Unpin for Msg1084Data
impl UnwindSafe for Msg1084Data
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