Struct vnc::event::ClientMouseEvent
source · Expand description
X11 mouse event to notify the server
Referring to RFC6143, seciont-7.5.5
Fields
position_x: u16position_y: u16bottons: u8Trait Implementations
sourceimpl Clone for ClientMouseEvent
impl Clone for ClientMouseEvent
sourcefn clone(&self) -> ClientMouseEvent
fn clone(&self) -> ClientMouseEvent
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 ClientMouseEvent
impl Debug for ClientMouseEvent
Auto Trait Implementations
impl RefUnwindSafe for ClientMouseEvent
impl Send for ClientMouseEvent
impl Sync for ClientMouseEvent
impl Unpin for ClientMouseEvent
impl UnwindSafe for ClientMouseEvent
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