Struct nuklear_sys::nk_command
[−]
[src]
#[repr(C)]pub struct nk_command { pub type_: nk_command_type, pub next: nk_size, pub userdata: nk_handle, }
Fields
type_: nk_command_type
next: nk_size
userdata: nk_handle
Trait Implementations
impl Debug for nk_command[src]
impl Copy for nk_command[src]
impl Clone for nk_command[src]
fn clone(&self) -> Self
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