Struct nuklear_sys::nk_key
[−]
[src]
pub struct nk_key {
pub down: c_int,
pub clicked: c_uint,
}Fields
down: c_int
clicked: c_uint
Trait Implementations
impl Debug for nk_key[src]
impl Copy for nk_key[src]
impl Clone for nk_key[src]
fn clone(&self) -> nk_key
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