#[repr(C)]pub struct CbfKeyEvent {Show 13 fields
pub tab_id: u64,
pub type_: u8,
pub modifiers: u32,
pub windows_key_code: i32,
pub native_key_code: i32,
pub dom_code: *const c_char,
pub dom_key: *const c_char,
pub text: *const c_char,
pub unmodified_text: *const c_char,
pub auto_repeat: bool,
pub is_keypad: bool,
pub is_system_key: bool,
pub location: i32,
}Fields§
§tab_id: u64§type_: u8§modifiers: u32§windows_key_code: i32§native_key_code: i32§dom_code: *const c_char§dom_key: *const c_char§text: *const c_char§unmodified_text: *const c_char§auto_repeat: bool§is_keypad: bool§is_system_key: bool§location: i32Trait Implementations§
Source§impl Clone for CbfKeyEvent
impl Clone for CbfKeyEvent
Source§fn clone(&self) -> CbfKeyEvent
fn clone(&self) -> CbfKeyEvent
Returns a duplicate 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 moreSource§impl Debug for CbfKeyEvent
impl Debug for CbfKeyEvent
Source§impl Default for CbfKeyEvent
impl Default for CbfKeyEvent
Source§fn default() -> CbfKeyEvent
fn default() -> CbfKeyEvent
Returns the “default value” for a type. Read more
impl Copy for CbfKeyEvent
Auto Trait Implementations§
impl Freeze for CbfKeyEvent
impl RefUnwindSafe for CbfKeyEvent
impl !Send for CbfKeyEvent
impl !Sync for CbfKeyEvent
impl Unpin for CbfKeyEvent
impl UnsafeUnpin for CbfKeyEvent
impl UnwindSafe for CbfKeyEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more