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

Trait Implementations

impl Copy for nk_property_state
[src]

impl Clone for nk_property_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_property_state
[src]

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