#[repr(transparent)]pub struct PFN_vkGetQueryPoolResults(pub unsafe extern "system" fn(device: VkDevice, queryPool: VkQueryPool, firstQuery: u32, queryCount: u32, dataSize: usize, pData: *mut c_void, stride: VkDeviceSize, flags: VkQueryResultFlags) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, queryPool: VkQueryPool, firstQuery: u32, queryCount: u32, dataSize: usize, pData: *mut c_void, stride: VkDeviceSize, flags: VkQueryResultFlags) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkGetQueryPoolResults
impl Clone for PFN_vkGetQueryPoolResults
Source§fn clone(&self) -> PFN_vkGetQueryPoolResults
fn clone(&self) -> PFN_vkGetQueryPoolResults
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PFN_vkGetQueryPoolResults
impl Debug for PFN_vkGetQueryPoolResults
Source§impl FromPtr for PFN_vkGetQueryPoolResults
impl FromPtr for PFN_vkGetQueryPoolResults
Source§impl PFN for PFN_vkGetQueryPoolResults
impl PFN for PFN_vkGetQueryPoolResults
const NAME_CSTR: &'static CStr = c"vkGetQueryPoolResults"
Source§unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
Safety Read more
Source§impl StaticCallable for PFN_vkGetQueryPoolResults
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkGetQueryPoolResults
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkGetQueryPoolResults
Auto Trait Implementations§
impl Freeze for PFN_vkGetQueryPoolResults
impl RefUnwindSafe for PFN_vkGetQueryPoolResults
impl Send for PFN_vkGetQueryPoolResults
impl Sync for PFN_vkGetQueryPoolResults
impl Unpin for PFN_vkGetQueryPoolResults
impl UnsafeUnpin for PFN_vkGetQueryPoolResults
impl UnwindSafe for PFN_vkGetQueryPoolResults
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