Struct nuklear_sys::nk_table
[−]
[src]
pub struct nk_table {
pub seq: c_uint,
pub keys: [nk_hash; 52],
pub values: [nk_uint; 52],
pub next: *mut nk_table,
pub prev: *mut nk_table,
}Fields
seq: c_uint
keys: [nk_hash; 52]
values: [nk_uint; 52]
next: *mut nk_table
prev: *mut nk_table
Trait Implementations
impl Copy for nk_table[src]
impl Clone for nk_table[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