#[repr(transparent)]pub struct PFN_vkWaitForFences(pub unsafe extern "system" fn(device: VkDevice, fenceCount: u32, pFences: *const VkFence, waitAll: VkBool32, timeout: u64) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, fenceCount: u32, pFences: *const VkFence, waitAll: VkBool32, timeout: u64) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkWaitForFences
impl Clone for PFN_vkWaitForFences
Source§fn clone(&self) -> PFN_vkWaitForFences
fn clone(&self) -> PFN_vkWaitForFences
Returns a duplicate 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 moreSource§impl Debug for PFN_vkWaitForFences
impl Debug for PFN_vkWaitForFences
Source§impl PFN for PFN_vkWaitForFences
impl PFN for PFN_vkWaitForFences
Source§impl PartialEq for PFN_vkWaitForFences
impl PartialEq for PFN_vkWaitForFences
Source§impl StaticCallable for PFN_vkWaitForFences
impl StaticCallable for PFN_vkWaitForFences
impl Copy for PFN_vkWaitForFences
impl Eq for PFN_vkWaitForFences
impl StructuralPartialEq for PFN_vkWaitForFences
Auto Trait Implementations§
impl Freeze for PFN_vkWaitForFences
impl RefUnwindSafe for PFN_vkWaitForFences
impl Send for PFN_vkWaitForFences
impl Sync for PFN_vkWaitForFences
impl Unpin for PFN_vkWaitForFences
impl UnwindSafe for PFN_vkWaitForFences
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