Struct tcod_sys::Struct_Unnamed7 [] [src]

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

Trait Implementations

impl Copy for Struct_Unnamed7
[src]

impl Clone for Struct_Unnamed7
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed7
[src]

[]

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