Struct ash::vk::CalibratedTimestampInfoEXT [−][src]
#[repr(C)]pub struct CalibratedTimestampInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub time_domain: TimeDomainEXT, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
time_domain: TimeDomainEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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