[−][src]Struct tle_parser::TLE
Fields
name: Stringsatellite_number: u32classification: charinternational_designator: Stringepoch: Stringfirst_derivative_mean_motion: f64second_derivative_mean_motion: f64drag_term: f64ephemeris_type: u32element_number: u32inclination: f64right_ascension: f64eccentricity: f64argument_of_perigee: f64mean_anomaly: f64mean_motion: f64revolution_number: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TLE
impl Send for TLE
impl Sync for TLE
impl Unpin for TLE
impl UnwindSafe for TLE
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,