Struct ash::nv::low_latency2::DeviceFn   
source · pub struct DeviceFn {
    pub set_latency_sleep_mode_nv: PFN_vkSetLatencySleepModeNV,
    pub latency_sleep_nv: PFN_vkLatencySleepNV,
    pub set_latency_marker_nv: PFN_vkSetLatencyMarkerNV,
    pub get_latency_timings_nv: PFN_vkGetLatencyTimingsNV,
    pub queue_notify_out_of_band_nv: PFN_vkQueueNotifyOutOfBandNV,
}Expand description
Raw VK_NV_low_latency2 device-level function pointers
Fields§
§set_latency_sleep_mode_nv: PFN_vkSetLatencySleepModeNV§latency_sleep_nv: PFN_vkLatencySleepNV§set_latency_marker_nv: PFN_vkSetLatencyMarkerNV§get_latency_timings_nv: PFN_vkGetLatencyTimingsNV§queue_notify_out_of_band_nv: PFN_vkQueueNotifyOutOfBandNVImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)