#[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: u32§instance_count: u32§first_index: u32§vertex_offset: i32§first_instance: u32Trait Implementations§
Source§impl Cast for DrawIndexedIndirectCommand
impl Cast for DrawIndexedIndirectCommand
Source§type Target = DrawIndexedIndirectCommand
type Target = DrawIndexedIndirectCommand
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for DrawIndexedIndirectCommand
impl Clone for DrawIndexedIndirectCommand
Source§fn clone(&self) -> DrawIndexedIndirectCommand
fn clone(&self) -> DrawIndexedIndirectCommand
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 DrawIndexedIndirectCommand
impl Debug for DrawIndexedIndirectCommand
Source§impl Default for DrawIndexedIndirectCommand
impl Default for DrawIndexedIndirectCommand
Source§fn default() -> DrawIndexedIndirectCommand
fn default() -> DrawIndexedIndirectCommand
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for DrawIndexedIndirectCommand
impl HasBuilder<'static> for DrawIndexedIndirectCommand
Source§impl Hash for DrawIndexedIndirectCommand
impl Hash for DrawIndexedIndirectCommand
impl Copy for DrawIndexedIndirectCommand
impl Eq for DrawIndexedIndirectCommand
impl StructuralPartialEq for DrawIndexedIndirectCommand
Auto Trait Implementations§
impl Freeze for DrawIndexedIndirectCommand
impl RefUnwindSafe for DrawIndexedIndirectCommand
impl Send for DrawIndexedIndirectCommand
impl Sync for DrawIndexedIndirectCommand
impl Unpin for DrawIndexedIndirectCommand
impl UnwindSafe for DrawIndexedIndirectCommand
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