pub type TimeDuration = BaseTimeDuration;Expand description
Specialization of BaseTimeDuration that uses TimeDurationValueCalculator for arithmetic on the mValue member.
Use this class for time durations that are not expected to hold values of Forever (or the negative equivalent) or when such time duration are not expected to be used in arithmetic operations.
Aliased Type§
#[repr(C)]pub struct TimeDuration {
pub mValue: i64,
}Fields§
§mValue: i64Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes