Struct mai400_api::rotating::KeplerElem [−][src]
pub struct KeplerElem { pub semi_major_axis: f32, pub eccentricity: f32, pub inclination: f32, pub raan: f32, pub arg_parigee: f32, pub true_anomoly: f32, }
Structure for keplarian elements returned in the standard telemetry message
Fields
semi_major_axis: f32
Semi major axis (km)
eccentricity: f32
Eccentricity
inclination: f32
Inclination (deg)
raan: f32
Right ascension of ascending node (deg)
arg_parigee: f32
Argument of perigee (deg)
true_anomoly: f32
True anomaly (deg)
Trait Implementations
impl Clone for KeplerElem
[src]
impl Clone for KeplerElem
fn clone(&self) -> KeplerElem
[src]
fn clone(&self) -> KeplerElem
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for KeplerElem
[src]
impl Debug for KeplerElem
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for KeplerElem
[src]
impl Default for KeplerElem
fn default() -> KeplerElem
[src]
fn default() -> KeplerElem
Returns the "default value" for a type. Read more
impl PartialEq for KeplerElem
[src]
impl PartialEq for KeplerElem
fn eq(&self, other: &KeplerElem) -> bool
[src]
fn eq(&self, other: &KeplerElem) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &KeplerElem) -> bool
[src]
fn ne(&self, other: &KeplerElem) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for KeplerElem
impl Send for KeplerElem
impl Sync for KeplerElem
impl Sync for KeplerElem