pub struct DspaceOptions {Show 35 fields
pub irez: f64,
pub d2201: f64,
pub d2211: f64,
pub d3210: f64,
pub d3222: f64,
pub d4410: f64,
pub d4422: f64,
pub d5220: f64,
pub d5232: f64,
pub d5421: f64,
pub d5433: f64,
pub dedt: f64,
pub del1: f64,
pub del2: f64,
pub del3: f64,
pub didt: f64,
pub dmdt: f64,
pub dnodt: f64,
pub domdt: f64,
pub argpo: f64,
pub argpdot: f64,
pub tc: f64,
pub gsto: f64,
pub xfact: f64,
pub xlamo: f64,
pub no: f64,
pub atime: f64,
pub em: f64,
pub argpm: f64,
pub inclm: f64,
pub xli: f64,
pub mm: f64,
pub xni: f64,
pub nodem: f64,
pub nm: f64,
}Expand description
Options for Dspace
Fields§
§irez: f64irez
d2201: f64d2201
d2211: f64d2211
d3210: f64d3210
d3222: f64d3222
d4410: f64d4410
d4422: f64d4422
d5220: f64d5220
d5232: f64d5232
d5421: f64d5421
d5433: f64d5433
dedt: f64dedt
del1: f64del1
del2: f64del2
del3: f64del3
didt: f64didt
dmdt: f64dmdt
dnodt: f64dnodt
domdt: f64domdt
argpo: f64argpo
argpdot: f64argpdot
tc: f64tc
gsto: f64gsto
xfact: f64xfact
xlamo: f64xlamo
no: f64no
atime: f64a time
em: f64eccentricity
argpm: f64argument of perigee
inclm: f64inclination
xli: f64right ascension of ascending node
mm: f64mean anomaly
xni: f64mean motion
nodem: f64right ascension of ascending node
nm: f64rate of right ascension of ascending node
Trait Implementations§
Source§impl Clone for DspaceOptions
impl Clone for DspaceOptions
Source§fn clone(&self) -> DspaceOptions
fn clone(&self) -> DspaceOptions
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DspaceOptions
impl Debug for DspaceOptions
Source§impl Default for DspaceOptions
impl Default for DspaceOptions
Source§fn default() -> DspaceOptions
fn default() -> DspaceOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DspaceOptions
impl PartialEq for DspaceOptions
impl Copy for DspaceOptions
impl StructuralPartialEq for DspaceOptions
Auto Trait Implementations§
impl Freeze for DspaceOptions
impl RefUnwindSafe for DspaceOptions
impl Send for DspaceOptions
impl Sync for DspaceOptions
impl Unpin for DspaceOptions
impl UnwindSafe for DspaceOptions
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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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 moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().