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