#[repr(C)]pub struct CalibratedTimestampInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub time_domain: TimeDomainKHR,
}Expand description
VkCalibratedTimestampInfoKHR
Provided by VK_KHR_calibrated_timestamps.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_KHR.
p_next: *const c_voidOptional, may be null.
time_domain: TimeDomainKHRImplementations§
Source§impl CalibratedTimestampInfoKHR
impl CalibratedTimestampInfoKHR
Sourcepub fn builder<'a>() -> CalibratedTimestampInfoKHRBuilder<'a>
pub fn builder<'a>() -> CalibratedTimestampInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for CalibratedTimestampInfoKHR
impl Clone for CalibratedTimestampInfoKHR
Source§fn clone(&self) -> CalibratedTimestampInfoKHR
fn clone(&self) -> CalibratedTimestampInfoKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CalibratedTimestampInfoKHR
Source§impl Debug for CalibratedTimestampInfoKHR
impl Debug for CalibratedTimestampInfoKHR
Auto Trait Implementations§
impl !Send for CalibratedTimestampInfoKHR
impl !Sync for CalibratedTimestampInfoKHR
impl Freeze for CalibratedTimestampInfoKHR
impl RefUnwindSafe for CalibratedTimestampInfoKHR
impl Unpin for CalibratedTimestampInfoKHR
impl UnsafeUnpin for CalibratedTimestampInfoKHR
impl UnwindSafe for CalibratedTimestampInfoKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more