pub struct InitlOptions {
pub ecco: f64,
pub epoch: f64,
pub inclo: f64,
pub no: f64,
pub opsmode: OperationMode,
}Expand description
Options for Initl
Fields§
§ecco: f64eccentricity of orbit
epoch: f64epoch of orbit
inclo: f64inclination of orbit
no: f64mean motion of orbit
opsmode: OperationModesatellite number
Auto Trait Implementations§
impl Freeze for InitlOptions
impl RefUnwindSafe for InitlOptions
impl Send for InitlOptions
impl Sync for InitlOptions
impl Unpin for InitlOptions
impl UnwindSafe for InitlOptions
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