Struct nuklear_rust::NkDrawCommand
[−]
[src]
#[repr(C)]pub struct NkDrawCommand { /* fields omitted */ }
Methods
impl NkDrawCommand[src]
Trait Implementations
impl Clone for NkDrawCommand[src]
fn clone(&self) -> NkDrawCommand
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl AsRef<nk_draw_command> for NkDrawCommand[src]
fn as_ref(&self) -> &nk_draw_command
Performs the conversion.
impl AsMut<nk_draw_command> for NkDrawCommand[src]
fn as_mut(&mut self) -> &mut nk_draw_command
Performs the conversion.