pub struct ZwpRelativePointerManagerV1;
Expand description
get relative pointer objects
A global interface used for getting the relative pointer object for a given pointer.
Trait Implementations§
Source§impl Debug for ZwpRelativePointerManagerV1
impl Debug for ZwpRelativePointerManagerV1
Source§impl Interface for ZwpRelativePointerManagerV1
impl Interface for ZwpRelativePointerManagerV1
Source§const NAME: &'static str = "zwp_relative_pointer_manager_v1"
const NAME: &'static str = "zwp_relative_pointer_manager_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 ZwpRelativePointerManagerV1
impl RefUnwindSafe for ZwpRelativePointerManagerV1
impl Send for ZwpRelativePointerManagerV1
impl Sync for ZwpRelativePointerManagerV1
impl Unpin for ZwpRelativePointerManagerV1
impl UnwindSafe for ZwpRelativePointerManagerV1
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