Struct nuklear_sys::nk_key [] [src]

#[repr(C)]
pub struct nk_key { pub down: c_int, pub clicked: c_uint, }

Fields

Trait Implementations

impl Debug for nk_key
[src]

Formats the value using the given formatter.

impl Default for nk_key
[src]

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

impl Copy for nk_key
[src]

impl Clone for nk_key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more