#[repr(C)]pub struct C_KeyEvent { /* private fields */ }Trait Implementations§
Source§impl Clone for C_KeyEvent
impl Clone for C_KeyEvent
Source§fn clone(&self) -> C_KeyEvent
fn clone(&self) -> C_KeyEvent
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 moreSource§impl Debug for C_KeyEvent
impl Debug for C_KeyEvent
impl Copy for C_KeyEvent
Auto Trait Implementations§
impl Freeze for C_KeyEvent
impl RefUnwindSafe for C_KeyEvent
impl Send for C_KeyEvent
impl Sync for C_KeyEvent
impl Unpin for C_KeyEvent
impl UnwindSafe for C_KeyEvent
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