Struct ash::vk::ExtCalibratedTimestampsFn
source · pub struct ExtCalibratedTimestampsFn {
pub get_physical_device_calibrateable_time_domains_ext: PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT,
pub get_calibrated_timestamps_ext: PFN_vkGetCalibratedTimestampsEXT,
}Fields§
§get_physical_device_calibrateable_time_domains_ext: PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT§get_calibrated_timestamps_ext: PFN_vkGetCalibratedTimestampsEXTImplementations§
Trait Implementations§
source§impl Clone for ExtCalibratedTimestampsFn
impl Clone for ExtCalibratedTimestampsFn
source§fn clone(&self) -> ExtCalibratedTimestampsFn
fn clone(&self) -> ExtCalibratedTimestampsFn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more