pub struct RelativePointerManager;
Expand description
An implementation of the zwp_relative_pointer_v1 global.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelativePointerManager
impl RefUnwindSafe for RelativePointerManager
impl Send for RelativePointerManager
impl Sync for RelativePointerManager
impl Unpin for RelativePointerManager
impl UnwindSafe for RelativePointerManager
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