#[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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkDrawIndexedIndirectCommand
impl Debug for VkDrawIndexedIndirectCommand
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