pub struct InitlOutput {}Expand description
Output for Initl
Fields§
§no: f64mean motion of orbit
method: Methodmethod
ainv: f64orbit period
ao: f64semimajor axis
con41: f64con41
con42: f64con42
cosio: f64cosio
cosio2: f64cosio2
eccsq: f64eccentricity squared
omeosq: f64omeosq
posq: f64posq
rp: f64rp
rteosq: f64rteosq
sinio: f64sinio
gsto: f64gsto
Auto Trait Implementations§
impl Freeze for InitlOutput
impl RefUnwindSafe for InitlOutput
impl Send for InitlOutput
impl Sync for InitlOutput
impl Unpin for InitlOutput
impl UnwindSafe for InitlOutput
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more