#[repr(C)]pub struct DrawIndexedIndirectCommand {
pub index_count: u32,
pub instance_count: u32,
pub first_index: u32,
pub vertex_offset: i32,
pub first_instance: u32,
}Expand description
Fields
index_count: u32instance_count: u32first_index: u32vertex_offset: i32first_instance: u32Implementations
sourceimpl DrawIndexedIndirectCommand
impl DrawIndexedIndirectCommand
pub fn builder<'a>() -> DrawIndexedIndirectCommandBuilder<'a>
Trait Implementations
sourceimpl Clone for DrawIndexedIndirectCommand
impl Clone for DrawIndexedIndirectCommand
sourcefn clone(&self) -> DrawIndexedIndirectCommand
fn clone(&self) -> DrawIndexedIndirectCommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DrawIndexedIndirectCommand
impl Debug for DrawIndexedIndirectCommand
sourceimpl Default for DrawIndexedIndirectCommand
impl Default for DrawIndexedIndirectCommand
sourcefn default() -> DrawIndexedIndirectCommand
fn default() -> DrawIndexedIndirectCommand
Returns the “default value” for a type. Read more
impl Copy for DrawIndexedIndirectCommand
Auto Trait Implementations
impl RefUnwindSafe for DrawIndexedIndirectCommand
impl Send for DrawIndexedIndirectCommand
impl Sync for DrawIndexedIndirectCommand
impl Unpin for DrawIndexedIndirectCommand
impl UnwindSafe for DrawIndexedIndirectCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more