pub struct ChangeActivePointerGrabRequest {
pub cursor: u32,
pub time: u32,
pub event_mask: EventMask,
}
Fields§
§cursor: u32
§time: u32
§event_mask: EventMask
Implementations§
Trait Implementations§
Source§impl Clone for ChangeActivePointerGrabRequest
impl Clone for ChangeActivePointerGrabRequest
Source§fn clone(&self) -> ChangeActivePointerGrabRequest
fn clone(&self) -> ChangeActivePointerGrabRequest
Returns a duplicate 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 Default for ChangeActivePointerGrabRequest
impl Default for ChangeActivePointerGrabRequest
Source§fn default() -> ChangeActivePointerGrabRequest
fn default() -> ChangeActivePointerGrabRequest
Returns the “default value” for a type. Read more
Source§impl Ord for ChangeActivePointerGrabRequest
impl Ord for ChangeActivePointerGrabRequest
Source§fn cmp(&self, other: &ChangeActivePointerGrabRequest) -> Ordering
fn cmp(&self, other: &ChangeActivePointerGrabRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChangeActivePointerGrabRequest
impl PartialEq for ChangeActivePointerGrabRequest
Source§fn eq(&self, other: &ChangeActivePointerGrabRequest) -> bool
fn eq(&self, other: &ChangeActivePointerGrabRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ChangeActivePointerGrabRequest
impl PartialOrd for ChangeActivePointerGrabRequest
impl Copy for ChangeActivePointerGrabRequest
impl Eq for ChangeActivePointerGrabRequest
impl StructuralPartialEq for ChangeActivePointerGrabRequest
impl VoidRequest for ChangeActivePointerGrabRequest
Auto Trait Implementations§
impl Freeze for ChangeActivePointerGrabRequest
impl RefUnwindSafe for ChangeActivePointerGrabRequest
impl Send for ChangeActivePointerGrabRequest
impl Sync for ChangeActivePointerGrabRequest
impl Unpin for ChangeActivePointerGrabRequest
impl UnwindSafe for ChangeActivePointerGrabRequest
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