pub struct PointerAbsolute(/* private fields */);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 moresource§impl Debug for PointerAbsolute
impl Debug for PointerAbsolute
source§impl Hash for PointerAbsolute
impl Hash for PointerAbsolute
source§impl PartialEq for PointerAbsolute
impl PartialEq for PointerAbsolute
impl Eq for PointerAbsolute
impl StructuralPartialEq for PointerAbsolute
Auto Trait Implementations§
impl Freeze for PointerAbsolute
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)