Struct allegro_sys::keyboard::ALLEGRO_KEYBOARD_STATE [] [src]

#[repr(C)]
pub struct ALLEGRO_KEYBOARD_STATE { pub display: *mut ALLEGRO_DISPLAY, pub __key_down__internal__: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for ALLEGRO_KEYBOARD_STATE
[src]

impl Clone for ALLEGRO_KEYBOARD_STATE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more