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_vkGetCalibratedTimestampsEXT
Implementations§
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 moreimpl Send for ExtCalibratedTimestampsFn
impl Sync for ExtCalibratedTimestampsFn
Auto Trait Implementations§
impl Freeze for ExtCalibratedTimestampsFn
impl RefUnwindSafe for ExtCalibratedTimestampsFn
impl Unpin for ExtCalibratedTimestampsFn
impl UnwindSafe for ExtCalibratedTimestampsFn
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