#[repr(transparent)]pub struct PFN_vkCreateEvent(pub unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkEventCreateInfo, pAllocator: *const VkAllocationCallbacks, pEvent: *mut VkEvent) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkEventCreateInfo, pAllocator: *const VkAllocationCallbacks, pEvent: *mut VkEvent) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkCreateEvent
impl Clone for PFN_vkCreateEvent
Source§fn clone(&self) -> PFN_vkCreateEvent
fn clone(&self) -> PFN_vkCreateEvent
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_vkCreateEvent
impl Debug for PFN_vkCreateEvent
Source§impl PFN for PFN_vkCreateEvent
impl PFN for PFN_vkCreateEvent
Source§impl PartialEq for PFN_vkCreateEvent
impl PartialEq for PFN_vkCreateEvent
Source§impl StaticCallable for PFN_vkCreateEvent
impl StaticCallable for PFN_vkCreateEvent
impl Copy for PFN_vkCreateEvent
impl Eq for PFN_vkCreateEvent
impl StructuralPartialEq for PFN_vkCreateEvent
Auto Trait Implementations§
impl Freeze for PFN_vkCreateEvent
impl RefUnwindSafe for PFN_vkCreateEvent
impl Send for PFN_vkCreateEvent
impl Sync for PFN_vkCreateEvent
impl Unpin for PFN_vkCreateEvent
impl UnwindSafe for PFN_vkCreateEvent
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