Struct reis::eis::PointerAbsolute
source · pub struct PointerAbsolute(_);Implementations§
source§impl PointerAbsolute
impl PointerAbsolute
sourcepub fn destroyed(&self, serial: u32)
pub fn destroyed(&self, serial: u32)
This object has been removed and a client should release all associated resources.
This object will be destroyed by the EIS implementation immmediately after after this event is sent and as such the client must not attempt to use it after that point.
sourcepub fn motion_absolute(&self, x: f32, y: f32)
pub fn motion_absolute(&self, x: f32, y: f32)
See the ei_pointer_absolute.motion_absolute request for details.
It is a protocol violation to send this request for a client of an ei_handshake.context_type other than receiver.
Trait Implementations§
source§impl Clone for PointerAbsolute
impl Clone for PointerAbsolute
source§fn clone(&self) -> PointerAbsolute
fn clone(&self) -> PointerAbsolute
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 moreAuto Trait Implementations§
impl RefUnwindSafe for PointerAbsolute
impl Send for PointerAbsolute
impl Sync for PointerAbsolute
impl Unpin for PointerAbsolute
impl UnwindSafe for PointerAbsolute
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