pub struct PvtSatCartesianBlock {
pub satellites: Vec<PvtSatCartesianSatPos>,
/* private fields */
}Expand description
PVTSatCartesian block (Block ID 4008).
Fields§
§satellites: Vec<PvtSatCartesianSatPos>Implementations§
Trait Implementations§
Source§impl Clone for PvtSatCartesianBlock
impl Clone for PvtSatCartesianBlock
Source§fn clone(&self) -> PvtSatCartesianBlock
fn clone(&self) -> PvtSatCartesianBlock
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 PvtSatCartesianBlock
impl Debug for PvtSatCartesianBlock
Auto Trait Implementations§
impl Freeze for PvtSatCartesianBlock
impl RefUnwindSafe for PvtSatCartesianBlock
impl Send for PvtSatCartesianBlock
impl Sync for PvtSatCartesianBlock
impl Unpin for PvtSatCartesianBlock
impl UnsafeUnpin for PvtSatCartesianBlock
impl UnwindSafe for PvtSatCartesianBlock
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