Struct nuklear_sys::nk_property_state
[−]
[src]
pub struct nk_property_state {
pub active: c_int,
pub prev: c_int,
pub buffer: [c_char; 64],
pub length: c_int,
pub cursor: c_int,
pub name: nk_hash,
pub seq: c_uint,
pub old: c_uint,
pub state: c_int,
}Fields
active: c_int
prev: c_int
buffer: [c_char; 64]
length: c_int
cursor: c_int
name: nk_hash
seq: c_uint
old: c_uint
state: c_int
Trait Implementations
impl Copy for nk_property_state[src]
impl Clone for nk_property_state[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