Struct libui_ng_sys::uiAreaKeyEvent
source · #[repr(C)]pub struct uiAreaKeyEvent {
pub Key: c_char,
pub ExtKey: uiExtKey,
pub Modifier: uiModifiers,
pub Modifiers: uiModifiers,
pub Up: c_int,
}Fields§
§Key: c_char§ExtKey: uiExtKey§Modifier: uiModifiers§Modifiers: uiModifiers§Up: c_intTrait Implementations§
source§impl Clone for uiAreaKeyEvent
impl Clone for uiAreaKeyEvent
source§fn clone(&self) -> uiAreaKeyEvent
fn clone(&self) -> uiAreaKeyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more