Struct ash::vk::DrawIndirectCommand
source · #[repr(C)]pub struct DrawIndirectCommand {
pub vertex_count: u32,
pub instance_count: u32,
pub first_vertex: u32,
pub first_instance: u32,
}
Expand description
Fields§
§vertex_count: u32
§instance_count: u32
§first_vertex: u32
§first_instance: u32
Implementations§
source§impl DrawIndirectCommand
impl DrawIndirectCommand
pub fn builder<'a>() -> DrawIndirectCommandBuilder<'a>
Trait Implementations§
source§impl Clone for DrawIndirectCommand
impl Clone for DrawIndirectCommand
source§fn clone(&self) -> DrawIndirectCommand
fn clone(&self) -> DrawIndirectCommand
Returns a copy 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 DrawIndirectCommand
impl Debug for DrawIndirectCommand
source§impl Default for DrawIndirectCommand
impl Default for DrawIndirectCommand
source§fn default() -> DrawIndirectCommand
fn default() -> DrawIndirectCommand
Returns the “default value” for a type. Read more
impl Copy for DrawIndirectCommand
Auto Trait Implementations§
impl Freeze for DrawIndirectCommand
impl RefUnwindSafe for DrawIndirectCommand
impl Send for DrawIndirectCommand
impl Sync for DrawIndirectCommand
impl Unpin for DrawIndirectCommand
impl UnwindSafe for DrawIndirectCommand
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