pub struct DscomOutput {Show 81 fields
pub snodm: f64,
pub cnodm: f64,
pub sinim: f64,
pub cosim: f64,
pub sinomm: f64,
pub cosomm: f64,
pub day: f64,
pub e3: f64,
pub ee2: f64,
pub em: f64,
pub emsq: f64,
pub gam: f64,
pub peo: f64,
pub pgho: f64,
pub pho: f64,
pub pinco: f64,
pub plo: f64,
pub rtemsq: f64,
pub se2: f64,
pub se3: f64,
pub sgh2: f64,
pub sgh3: f64,
pub sgh4: f64,
pub sh2: f64,
pub sh3: f64,
pub si2: f64,
pub si3: f64,
pub sl2: f64,
pub sl3: f64,
pub sl4: f64,
pub s1: f64,
pub s2: f64,
pub s3: f64,
pub s4: f64,
pub s5: f64,
pub s6: f64,
pub s7: f64,
pub ss1: f64,
pub ss2: f64,
pub ss3: f64,
pub ss4: f64,
pub ss5: f64,
pub ss6: f64,
pub ss7: f64,
pub sz1: f64,
pub sz2: f64,
pub sz3: f64,
pub sz11: f64,
pub sz12: f64,
pub sz13: f64,
pub sz21: f64,
pub sz22: f64,
pub sz23: f64,
pub sz31: f64,
pub sz32: f64,
pub sz33: f64,
pub xgh2: f64,
pub xgh3: f64,
pub xgh4: f64,
pub xh2: f64,
pub xh3: f64,
pub xi2: f64,
pub xi3: f64,
pub xl2: f64,
pub xl3: f64,
pub xl4: f64,
pub nm: f64,
pub z1: f64,
pub z2: f64,
pub z3: f64,
pub z11: f64,
pub z12: f64,
pub z13: f64,
pub z21: f64,
pub z22: f64,
pub z23: f64,
pub z31: f64,
pub z32: f64,
pub z33: f64,
pub zmol: f64,
pub zmos: f64,
}Expand description
Output for Dscom
Fields§
§snodm: f64snodm
cnodm: f64cnodm
sinim: f64sinim
cosim: f64cosim
sinomm: f64sinomm
cosomm: f64cosomm
day: f64day
e3: f64e3
ee2: f64ee2
em: f64em
emsq: f64emsq
gam: f64gam
peo: f64peo
pgho: f64pgho
pho: f64pho
pinco: f64pinco
plo: f64plo
rtemsq: f64rtemsq
se2: f64se2
se3: f64se3
sgh2: f64sgh2
sgh3: f64sgh3
sgh4: f64sgh4
sh2: f64sh2
sh3: f64sh3
si2: f64si2
si3: f64si3
sl2: f64sl2
sl3: f64sl3
sl4: f64sl4
s1: f64s1
s2: f64s2
s3: f64s3
s4: f64s4
s5: f64s5
s6: f64s6
s7: f64s7
ss1: f64ss1
ss2: f64ss2
ss3: f64ss3
ss4: f64ss4
ss5: f64ss5
ss6: f64ss6
ss7: f64ss7
sz1: f64sz1
sz2: f64sz2
sz3: f64sz3
sz11: f64sz11
sz12: f64sz12
sz13: f64sz13
sz21: f64sz21
sz22: f64sz22
sz23: f64sz23
sz31: f64sz31
sz32: f64sz32
sz33: f64sz33
xgh2: f64xgh2
xgh3: f64xgh3
xgh4: f64xgh4
xh2: f64xh2
xh3: f64xh3
xi2: f64xi2
xi3: f64xi3
xl2: f64xl2
xl3: f64xl3
xl4: f64xl4
nm: f64nm
z1: f64z1
z2: f64z2
z3: f64z3
z11: f64z11
z12: f64z12
z13: f64z13
z21: f64z21
z22: f64z22
z23: f64z23
z31: f64z31
z32: f64z32
z33: f64z33
zmol: f64zmol
zmos: f64zmos
Trait Implementations§
Source§impl Clone for DscomOutput
impl Clone for DscomOutput
Source§fn clone(&self) -> DscomOutput
fn clone(&self) -> DscomOutput
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 DscomOutput
impl Debug for DscomOutput
Source§impl Default for DscomOutput
impl Default for DscomOutput
Source§fn default() -> DscomOutput
fn default() -> DscomOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DscomOutput
impl PartialEq for DscomOutput
impl Copy for DscomOutput
impl StructuralPartialEq for DscomOutput
Auto Trait Implementations§
impl Freeze for DscomOutput
impl RefUnwindSafe for DscomOutput
impl Send for DscomOutput
impl Sync for DscomOutput
impl Unpin for DscomOutput
impl UnwindSafe for DscomOutput
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().