pub struct KeyEventImpl { /* private fields */ }Trait Implementations§
Source§impl Clone for KeyEventImpl
impl Clone for KeyEventImpl
Source§fn clone(&self) -> KeyEventImpl
fn clone(&self) -> KeyEventImpl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyEventImpl
Auto Trait Implementations§
impl Freeze for KeyEventImpl
impl RefUnwindSafe for KeyEventImpl
impl Send for KeyEventImpl
impl Sync for KeyEventImpl
impl Unpin for KeyEventImpl
impl UnsafeUnpin for KeyEventImpl
impl UnwindSafe for KeyEventImpl
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