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