Enum conrod::backend::gfx::Command [] [src]

pub enum Command<'a> {
    Draw(Draw<'a>),
    Scizzor(Rect),
}

A Command describing a step in the drawing process.

Variants

Draw to the target.

Update the scizzor within the pipeline.

Trait Implementations

impl<'a> Clone for Command<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Command<'a>
[src]

[src]

Formats the value using the given formatter.