#[repr(transparent)]pub struct PFN_vkResetCommandBuffer(pub unsafe extern "system" fn(commandBuffer: VkCommandBuffer, flags: VkCommandBufferResetFlags) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(commandBuffer: VkCommandBuffer, flags: VkCommandBufferResetFlags) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkResetCommandBuffer
impl Clone for PFN_vkResetCommandBuffer
Source§fn clone(&self) -> PFN_vkResetCommandBuffer
fn clone(&self) -> PFN_vkResetCommandBuffer
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_vkResetCommandBuffer
impl Debug for PFN_vkResetCommandBuffer
Source§impl FromPtr for PFN_vkResetCommandBuffer
impl FromPtr for PFN_vkResetCommandBuffer
Source§impl PFN for PFN_vkResetCommandBuffer
impl PFN for PFN_vkResetCommandBuffer
const NAME_CSTR: &'static CStr = c"vkResetCommandBuffer"
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_vkResetCommandBuffer
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkResetCommandBuffer
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkResetCommandBuffer
Auto Trait Implementations§
impl Freeze for PFN_vkResetCommandBuffer
impl RefUnwindSafe for PFN_vkResetCommandBuffer
impl Send for PFN_vkResetCommandBuffer
impl Sync for PFN_vkResetCommandBuffer
impl Unpin for PFN_vkResetCommandBuffer
impl UnsafeUnpin for PFN_vkResetCommandBuffer
impl UnwindSafe for PFN_vkResetCommandBuffer
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