#[repr(C)]pub struct VkDrawIndexedIndirectCommand {
pub indexCount: u32,
pub instanceCount: u32,
pub firstIndex: u32,
pub vertexOffset: i32,
pub firstInstance: u32,
}
Fields§
§indexCount: u32
§instanceCount: u32
§firstIndex: u32
§vertexOffset: i32
§firstInstance: u32
Trait Implementations§
Source§impl Clone for VkDrawIndexedIndirectCommand
impl Clone for VkDrawIndexedIndirectCommand
Source§fn clone(&self) -> VkDrawIndexedIndirectCommand
fn clone(&self) -> VkDrawIndexedIndirectCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDrawIndexedIndirectCommand
impl Default for VkDrawIndexedIndirectCommand
Source§fn default() -> VkDrawIndexedIndirectCommand
fn default() -> VkDrawIndexedIndirectCommand
Returns the “default value” for a type. Read more
impl Copy for VkDrawIndexedIndirectCommand
Auto Trait Implementations§
impl Freeze for VkDrawIndexedIndirectCommand
impl RefUnwindSafe for VkDrawIndexedIndirectCommand
impl Send for VkDrawIndexedIndirectCommand
impl Sync for VkDrawIndexedIndirectCommand
impl Unpin for VkDrawIndexedIndirectCommand
impl UnwindSafe for VkDrawIndexedIndirectCommand
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