Struct nuklear::DrawCommand[][src]

#[repr(C)]
pub struct DrawCommand { /* fields omitted */ }

Methods

impl DrawCommand
[src]

Trait Implementations

impl Clone for DrawCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DrawCommand
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_draw_command> for DrawCommand
[src]

Performs the conversion.

impl AsMut<nk_draw_command> for DrawCommand
[src]

Performs the conversion.

impl AsRef<DrawCommand> for nk_draw_command
[src]

Performs the conversion.

impl AsMut<DrawCommand> for nk_draw_command
[src]

Performs the conversion.

impl Default for DrawCommand
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for DrawCommand

impl !Sync for DrawCommand