Struct x11rb_async::protocol::xproto::GetMotionEventsRequest
source · pub struct GetMotionEventsRequest {
pub window: u32,
pub start: u32,
pub stop: u32,
}Fields§
§window: u32§start: u32§stop: u32Implementations§
Trait Implementations§
source§impl Clone for GetMotionEventsRequest
impl Clone for GetMotionEventsRequest
source§fn clone(&self) -> GetMotionEventsRequest
fn clone(&self) -> GetMotionEventsRequest
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 Debug for GetMotionEventsRequest
impl Debug for GetMotionEventsRequest
source§impl Default for GetMotionEventsRequest
impl Default for GetMotionEventsRequest
source§fn default() -> GetMotionEventsRequest
fn default() -> GetMotionEventsRequest
Returns the “default value” for a type. Read more
source§impl Hash for GetMotionEventsRequest
impl Hash for GetMotionEventsRequest
source§impl Ord for GetMotionEventsRequest
impl Ord for GetMotionEventsRequest
source§fn cmp(&self, other: &GetMotionEventsRequest) -> Ordering
fn cmp(&self, other: &GetMotionEventsRequest) -> 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 GetMotionEventsRequest
impl PartialEq for GetMotionEventsRequest
source§fn eq(&self, other: &GetMotionEventsRequest) -> bool
fn eq(&self, other: &GetMotionEventsRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetMotionEventsRequest
impl PartialOrd for GetMotionEventsRequest
source§fn partial_cmp(&self, other: &GetMotionEventsRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &GetMotionEventsRequest) -> 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 moresource§impl ReplyRequest for GetMotionEventsRequest
impl ReplyRequest for GetMotionEventsRequest
§type Reply = GetMotionEventsReply
type Reply = GetMotionEventsReply
The kind of reply that this request generates.
source§impl Request for GetMotionEventsRequest
impl Request for GetMotionEventsRequest
impl Copy for GetMotionEventsRequest
impl Eq for GetMotionEventsRequest
impl StructuralEq for GetMotionEventsRequest
impl StructuralPartialEq for GetMotionEventsRequest
Auto Trait Implementations§
impl RefUnwindSafe for GetMotionEventsRequest
impl Send for GetMotionEventsRequest
impl Sync for GetMotionEventsRequest
impl Unpin for GetMotionEventsRequest
impl UnwindSafe for GetMotionEventsRequest
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