Struct ash::extensions::ext::CalibratedTimestamps
source · pub struct CalibratedTimestamps { /* private fields */ }
Implementations§
source§impl CalibratedTimestamps
impl CalibratedTimestamps
pub fn new(entry: &Entry, instance: &Instance) -> Self
sourcepub unsafe fn get_physical_device_calibrateable_time_domains(
&self,
physical_device: PhysicalDevice
) -> VkResult<Vec<TimeDomainEXT>>
pub unsafe fn get_physical_device_calibrateable_time_domains( &self, physical_device: PhysicalDevice ) -> VkResult<Vec<TimeDomainEXT>>
sourcepub unsafe fn get_calibrated_timestamps(
&self,
device: Device,
info: &[CalibratedTimestampInfoEXT]
) -> VkResult<(Vec<u64>, Vec<u64>)>
pub unsafe fn get_calibrated_timestamps( &self, device: Device, info: &[CalibratedTimestampInfoEXT] ) -> VkResult<(Vec<u64>, Vec<u64>)>
Returns a tuple containing (timestamps, max_deviation)
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &ExtCalibratedTimestampsFn
pub fn instance(&self) -> Instance
Trait Implementations§
source§impl Clone for CalibratedTimestamps
impl Clone for CalibratedTimestamps
source§fn clone(&self) -> CalibratedTimestamps
fn clone(&self) -> CalibratedTimestamps
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 moreAuto Trait Implementations§
impl Freeze for CalibratedTimestamps
impl RefUnwindSafe for CalibratedTimestamps
impl Send for CalibratedTimestamps
impl Sync for CalibratedTimestamps
impl Unpin for CalibratedTimestamps
impl UnwindSafe for CalibratedTimestamps
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