pub struct DsInitOptions {Show 70 fields
pub cosim: f64,
pub argpo: f64,
pub s1: f64,
pub s2: f64,
pub s3: f64,
pub s4: f64,
pub s5: f64,
pub sinim: f64,
pub ss1: f64,
pub ss2: f64,
pub ss3: f64,
pub ss4: f64,
pub ss5: f64,
pub sz1: f64,
pub sz3: f64,
pub sz11: f64,
pub sz13: f64,
pub sz21: f64,
pub sz23: f64,
pub sz31: f64,
pub sz33: f64,
pub tc: f64,
pub gsto: f64,
pub mo: f64,
pub mdot: f64,
pub no: f64,
pub nodeo: f64,
pub nodedot: f64,
pub xpidot: f64,
pub z1: f64,
pub z3: f64,
pub z11: f64,
pub z13: f64,
pub z21: f64,
pub z23: f64,
pub z31: f64,
pub z33: f64,
pub ecco: f64,
pub eccsq: f64,
pub emsq: f64,
pub em: f64,
pub argpm: f64,
pub inclm: f64,
pub mm: f64,
pub nm: f64,
pub nodem: f64,
pub irez: f64,
pub atime: 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 didt: f64,
pub dmdt: f64,
pub dnodt: f64,
pub domdt: f64,
pub del1: f64,
pub del2: f64,
pub del3: f64,
pub xfact: f64,
pub xlamo: f64,
pub xli: f64,
pub xni: f64,
}Expand description
Options for DsInit
Fields§
§cosim: f64cosim
argpo: f64argpo
s1: f64s1
s2: f64s2
s3: f64s3
s4: f64s4
s5: f64s5
sinim: f64sinim
ss1: f64ss1
ss2: f64ss2
ss3: f64ss3
ss4: f64ss4
ss5: f64ss5
sz1: f64sz1
sz3: f64sz3
sz11: f64sz11
sz13: f64sz13
sz21: f64sz21
sz23: f64sz23
sz31: f64sz31
sz33: f64sz33
tc: f64tc
gsto: f64gsto
mo: f64mo
mdot: f64mdot
no: f64no
nodeo: f64nodeo
nodedot: f64nodedot
xpidot: f64xpidot
z1: f64z1
z3: f64z3
z11: f64z11
z13: f64z13
z21: f64z21
z23: f64z23
z31: f64z31
z33: f64z33
ecco: f64ecco
eccsq: f64eccsq
emsq: f64emsq
em: f64em
argpm: f64argpm
inclm: f64inclm
mm: f64mm
nm: f64nm
nodem: f64nodem
irez: f64irez
atime: f64atime
d2201: f64d2201
d2211: f64d2211
d3210: f64d3210
d3222: f64d3222
d4410: f64d4410
d4422: f64d4422
d5220: f64d5220
d5232: f64d5232
d5421: f64d5421
d5433: f64d5433
dedt: f64dedt
didt: f64didt
dmdt: f64dmdt
dnodt: f64dnodt
domdt: f64domdt
del1: f64del1
del2: f64del2
del3: f64del3
xfact: f64xfact
xlamo: f64xlamo
xli: f64xli
xni: f64xni
Trait Implementations§
Source§impl Clone for DsInitOptions
impl Clone for DsInitOptions
Source§fn clone(&self) -> DsInitOptions
fn clone(&self) -> DsInitOptions
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 DsInitOptions
impl Debug for DsInitOptions
Source§impl Default for DsInitOptions
impl Default for DsInitOptions
Source§fn default() -> DsInitOptions
fn default() -> DsInitOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DsInitOptions
impl PartialEq for DsInitOptions
impl Copy for DsInitOptions
impl StructuralPartialEq for DsInitOptions
Auto Trait Implementations§
impl Freeze for DsInitOptions
impl RefUnwindSafe for DsInitOptions
impl Send for DsInitOptions
impl Sync for DsInitOptions
impl Unpin for DsInitOptions
impl UnwindSafe for DsInitOptions
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().