Struct nuklear_rust::NkDrawCommand [] [src]

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

Methods

impl NkDrawCommand
[src]

Trait Implementations

impl Clone for NkDrawCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_draw_command> for NkDrawCommand
[src]

Performs the conversion.

impl AsMut<nk_draw_command> for NkDrawCommand
[src]

Performs the conversion.

impl Default for NkDrawCommand
[src]

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