pub struct ZwpRelativePointerV1;
Expand description
relative pointer object
A wp_relative_pointer object is an extension to the wl_pointer interface used for emitting relative pointer events. It shares the same focus as wl_pointer objects of the same seat and will only emit events when it has focus.
Trait Implementations§
Source§impl Debug for ZwpRelativePointerV1
impl Debug for ZwpRelativePointerV1
Source§impl Interface for ZwpRelativePointerV1
impl Interface for ZwpRelativePointerV1
Source§const NAME: &'static str = "zwp_relative_pointer_v1"
const NAME: &'static str = "zwp_relative_pointer_v1"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for ZwpRelativePointerV1
impl RefUnwindSafe for ZwpRelativePointerV1
impl Send for ZwpRelativePointerV1
impl Sync for ZwpRelativePointerV1
impl Unpin for ZwpRelativePointerV1
impl UnwindSafe for ZwpRelativePointerV1
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