Struct tcod_sys::Struct_Unnamed7
[−]
[src]
#[repr(C)]pub struct Struct_Unnamed7 { pub vk: TCOD_keycode_t, pub c: c_char, pub pressed: _bool, pub lalt: _bool, pub lctrl: _bool, pub ralt: _bool, pub rctrl: _bool, pub shift: _bool, }
Fields
vk: TCOD_keycode_t
c: c_char
pressed: _bool
lalt: _bool
lctrl: _bool
ralt: _bool
rctrl: _bool
shift: _bool
Trait Implementations
impl Copy for Struct_Unnamed7
[src]
impl Clone for Struct_Unnamed7
[src]
fn clone(&self) -> Struct_Unnamed7
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
impl Default for Struct_Unnamed7
[src]
fn default() -> Struct_Unnamed7
Returns the "default value" for a type. Read more