#[repr(C)]pub struct CalibratedTimestampInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub time_domain: TimeDomainEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidtime_domain: TimeDomainEXTTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CalibratedTimestampInfoEXT
impl !Send for CalibratedTimestampInfoEXT
impl !Sync for CalibratedTimestampInfoEXT
impl Unpin for CalibratedTimestampInfoEXT
impl UnwindSafe for CalibratedTimestampInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more