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