Struct ash::vk::ExtCalibratedTimestampsFn [−][src]
pub struct ExtCalibratedTimestampsFn { pub get_physical_device_calibrateable_time_domains_ext: extern "system" fn(physical_device: PhysicalDevice, p_time_domain_count: *mut u32, p_time_domains: *mut TimeDomainEXT) -> Result, pub get_calibrated_timestamps_ext: extern "system" fn(device: Device, timestamp_count: u32, p_timestamp_infos: *const CalibratedTimestampInfoEXT, p_timestamps: *mut u64, p_max_deviation: *mut u64) -> Result, }
Fields
get_physical_device_calibrateable_time_domains_ext: extern "system" fn(physical_device: PhysicalDevice, p_time_domain_count: *mut u32, p_time_domains: *mut TimeDomainEXT) -> Result
get_calibrated_timestamps_ext: extern "system" fn(device: Device, timestamp_count: u32, p_timestamp_infos: *const CalibratedTimestampInfoEXT, p_timestamps: *mut u64, p_max_deviation: *mut u64) -> Result
Implementations
pub unsafe fn get_physical_device_calibrateable_time_domains_ext(
&self,
physical_device: PhysicalDevice,
p_time_domain_count: *mut u32,
p_time_domains: *mut TimeDomainEXT
) -> Result
pub unsafe fn get_physical_device_calibrateable_time_domains_ext(
&self,
physical_device: PhysicalDevice,
p_time_domain_count: *mut u32,
p_time_domains: *mut TimeDomainEXT
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtCalibratedTimestampsFn
impl Unpin for ExtCalibratedTimestampsFn
impl UnwindSafe for ExtCalibratedTimestampsFn
Blanket Implementations
Mutably borrows from an owned value. Read more