Struct ash::extensions_generated::ext::host_query_reset::DeviceFn
source · pub struct DeviceFn {
pub reset_query_pool_ext: PFN_vkResetQueryPool,
}
Expand description
Raw VK_EXT_host_query_reset device-level function pointers
Fields§
§reset_query_pool_ext: PFN_vkResetQueryPool
Implementations§
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