Struct libvnc_sys::rfb::rfbPointerEventMsg
source · #[repr(C)]pub struct rfbPointerEventMsg {
pub type_: u8,
pub buttonMask: u8,
pub x: u16,
pub y: u16,
}Fields§
§type_: u8§x: u16§y: u16Trait Implementations§
source§impl Clone for rfbPointerEventMsg
impl Clone for rfbPointerEventMsg
source§fn clone(&self) -> rfbPointerEventMsg
fn clone(&self) -> rfbPointerEventMsg
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 rfbPointerEventMsg
impl Debug for rfbPointerEventMsg
impl Copy for rfbPointerEventMsg
Auto Trait Implementations§
impl Freeze for rfbPointerEventMsg
impl RefUnwindSafe for rfbPointerEventMsg
impl Send for rfbPointerEventMsg
impl Sync for rfbPointerEventMsg
impl Unpin for rfbPointerEventMsg
impl UnwindSafe for rfbPointerEventMsg
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