pub struct DsInitOutput {Show 31 fields
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 dndt: 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
Output from DsInit
Fields§
§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
dndt: f64dndt
dnodt: f64dnodt
domdt: f64domdt
del1: f64del1
del2: f64del2
del3: f64del3
xfact: f64xfact
xlamo: f64xlamo
xli: f64xli
xni: f64xni
Trait Implementations§
Source§impl Clone for DsInitOutput
impl Clone for DsInitOutput
Source§fn clone(&self) -> DsInitOutput
fn clone(&self) -> DsInitOutput
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 DsInitOutput
impl Debug for DsInitOutput
Source§impl Default for DsInitOutput
impl Default for DsInitOutput
Source§fn default() -> DsInitOutput
fn default() -> DsInitOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DsInitOutput
impl PartialEq for DsInitOutput
impl Copy for DsInitOutput
impl StructuralPartialEq for DsInitOutput
Auto Trait Implementations§
impl Freeze for DsInitOutput
impl RefUnwindSafe for DsInitOutput
impl Send for DsInitOutput
impl Sync for DsInitOutput
impl Unpin for DsInitOutput
impl UnwindSafe for DsInitOutput
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().