Struct vnc::event::ClientKeyEvent
source · Expand description
X11 keyboard event to notify the server
Referring to RFC6143, section-7.5.4
Fields
keycode: u32down: boolTrait Implementations
sourceimpl Clone for ClientKeyEvent
impl Clone for ClientKeyEvent
sourcefn clone(&self) -> ClientKeyEvent
fn clone(&self) -> ClientKeyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ClientKeyEvent
impl Debug for ClientKeyEvent
Auto Trait Implementations
impl RefUnwindSafe for ClientKeyEvent
impl Send for ClientKeyEvent
impl Sync for ClientKeyEvent
impl Unpin for ClientKeyEvent
impl UnwindSafe for ClientKeyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more