#[repr(transparent)]pub struct PFN_vkCmdResetEvent(pub unsafe extern "system" fn(commandBuffer: VkCommandBuffer, event: VkEvent, stageMask: VkPipelineStageFlags));Tuple Fields§
§0: unsafe extern "system" fn(commandBuffer: VkCommandBuffer, event: VkEvent, stageMask: VkPipelineStageFlags)Trait Implementations§
Source§impl Clone for PFN_vkCmdResetEvent
impl Clone for PFN_vkCmdResetEvent
Source§fn clone(&self) -> PFN_vkCmdResetEvent
fn clone(&self) -> PFN_vkCmdResetEvent
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_vkCmdResetEvent
impl Debug for PFN_vkCmdResetEvent
Source§impl PFN for PFN_vkCmdResetEvent
impl PFN for PFN_vkCmdResetEvent
Source§impl PartialEq for PFN_vkCmdResetEvent
impl PartialEq for PFN_vkCmdResetEvent
Source§impl StaticCallable for PFN_vkCmdResetEvent
impl StaticCallable for PFN_vkCmdResetEvent
impl Copy for PFN_vkCmdResetEvent
impl Eq for PFN_vkCmdResetEvent
impl StructuralPartialEq for PFN_vkCmdResetEvent
Auto Trait Implementations§
impl Freeze for PFN_vkCmdResetEvent
impl RefUnwindSafe for PFN_vkCmdResetEvent
impl Send for PFN_vkCmdResetEvent
impl Sync for PFN_vkCmdResetEvent
impl Unpin for PFN_vkCmdResetEvent
impl UnwindSafe for PFN_vkCmdResetEvent
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