Struct mallumo::GuiDrawCommand [] [src]

pub struct GuiDrawCommand {
    pub vertices: (usize, usize),
    pub texture: Option<usize>,
    pub mode: u32,
}

Fields

Trait Implementations

impl Copy for GuiDrawCommand
[src]

impl Clone for GuiDrawCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GuiDrawCommand
[src]

[src]

Formats the value using the given formatter.