Struct ui_sys::uiAreaKeyEvent[][src]

#[repr(C)]
pub struct uiAreaKeyEvent { pub Key: c_char, pub ExtKey: uiExtKey, pub Modifier: uiModifiers, pub Modifiers: uiModifiers, pub Up: c_int, }

Fields

Trait Implementations

impl Copy for uiAreaKeyEvent
[src]

impl Clone for uiAreaKeyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiAreaKeyEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiAreaKeyEvent

impl Sync for uiAreaKeyEvent