Struct mallumo_gls::raw::DrawArraysIndirectCommand [] [src]

#[repr(C, packed)]
pub struct DrawArraysIndirectCommand { pub count: u32, pub instance_count: u32, pub first: u32, pub base_instance: u32, }

Fields

Trait Implementations

impl Debug for DrawArraysIndirectCommand
[src]

Formats the value using the given formatter.

impl Copy for DrawArraysIndirectCommand
[src]

impl Clone for DrawArraysIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DrawArraysIndirectCommand
[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 DrawArraysIndirectCommand
[src]