Struct mallumo_gls::raw::DrawElementsIndirectCommand [] [src]

#[repr(C, packed)]
pub struct DrawElementsIndirectCommand { pub count: u32, pub instance_count: u32, pub first_index: u32, pub base_vertex: u32, pub base_instance: u32, }

Fields

Trait Implementations

impl Debug for DrawElementsIndirectCommand
[src]

Formats the value using the given formatter.

impl Copy for DrawElementsIndirectCommand
[src]

impl Clone for DrawElementsIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DrawElementsIndirectCommand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DrawElementsIndirectCommand
[src]