#[repr(transparent)]pub struct PFN_vkCmdDrawIndexedIndirect(pub unsafe extern "system" fn(commandBuffer: VkCommandBuffer, buffer: VkBuffer, offset: VkDeviceSize, drawCount: u32, stride: u32));Tuple Fields§
§0: unsafe extern "system" fn(commandBuffer: VkCommandBuffer, buffer: VkBuffer, offset: VkDeviceSize, drawCount: u32, stride: u32)Trait Implementations§
Source§impl Clone for PFN_vkCmdDrawIndexedIndirect
impl Clone for PFN_vkCmdDrawIndexedIndirect
Source§fn clone(&self) -> PFN_vkCmdDrawIndexedIndirect
fn clone(&self) -> PFN_vkCmdDrawIndexedIndirect
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_vkCmdDrawIndexedIndirect
impl Debug for PFN_vkCmdDrawIndexedIndirect
Source§impl PFN for PFN_vkCmdDrawIndexedIndirect
impl PFN for PFN_vkCmdDrawIndexedIndirect
const NAME_CSTR: &'static CStr = c"vkCmdDrawIndexedIndirect"
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_vkCmdDrawIndexedIndirect
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkCmdDrawIndexedIndirect
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkCmdDrawIndexedIndirect
Auto Trait Implementations§
impl Freeze for PFN_vkCmdDrawIndexedIndirect
impl RefUnwindSafe for PFN_vkCmdDrawIndexedIndirect
impl Send for PFN_vkCmdDrawIndexedIndirect
impl Sync for PFN_vkCmdDrawIndexedIndirect
impl Unpin for PFN_vkCmdDrawIndexedIndirect
impl UnsafeUnpin for PFN_vkCmdDrawIndexedIndirect
impl UnwindSafe for PFN_vkCmdDrawIndexedIndirect
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