Struct nuklear_sys::nk_property_state [] [src]

#[repr(C)]
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 Default for nk_property_state
[src]

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