#[repr(C)]pub struct CalibratedTimestampInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub time_domain: TimeDomainEXT,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidtime_domain: TimeDomainEXTImplementations
sourceimpl CalibratedTimestampInfoEXT
impl CalibratedTimestampInfoEXT
pub fn builder<'a>() -> CalibratedTimestampInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for CalibratedTimestampInfoEXT
impl Clone for CalibratedTimestampInfoEXT
sourcefn clone(&self) -> CalibratedTimestampInfoEXT
fn clone(&self) -> CalibratedTimestampInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CalibratedTimestampInfoEXT
impl Debug for CalibratedTimestampInfoEXT
sourceimpl Default for CalibratedTimestampInfoEXT
impl Default for CalibratedTimestampInfoEXT
sourcefn default() -> CalibratedTimestampInfoEXT
fn default() -> CalibratedTimestampInfoEXT
Returns the “default value” for a type. Read more
impl Copy for CalibratedTimestampInfoEXT
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more