pub struct ChangeActivePointerGrabRequest {
pub cursor: u32,
pub time: u32,
pub event_mask: EventMask,
}Fields§
§cursor: u32§time: u32§event_mask: EventMaskImplementations§
Trait Implementations§
source§impl Clone for ChangeActivePointerGrabRequest
impl Clone for ChangeActivePointerGrabRequest
source§fn clone(&self) -> ChangeActivePointerGrabRequest
fn clone(&self) -> ChangeActivePointerGrabRequest
Returns a copy 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
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ChangeActivePointerGrabRequest
impl PartialOrd for ChangeActivePointerGrabRequest
source§fn partial_cmp(
&self,
other: &ChangeActivePointerGrabRequest
) -> Option<Ordering>
fn partial_cmp( &self, other: &ChangeActivePointerGrabRequest ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ChangeActivePointerGrabRequest
impl Eq for ChangeActivePointerGrabRequest
impl StructuralEq for ChangeActivePointerGrabRequest
impl StructuralPartialEq for ChangeActivePointerGrabRequest
impl VoidRequest for ChangeActivePointerGrabRequest
Auto Trait Implementations§
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