Struct x11rb_async::protocol::xtest::FakeInputRequest
source · pub struct FakeInputRequest {
pub type_: u8,
pub detail: u8,
pub time: u32,
pub root: u32,
pub root_x: i16,
pub root_y: i16,
pub deviceid: u8,
}Fields§
§type_: u8§detail: u8§time: u32§root: u32§root_x: i16§root_y: i16§deviceid: u8Implementations§
Trait Implementations§
source§impl Clone for FakeInputRequest
impl Clone for FakeInputRequest
source§fn clone(&self) -> FakeInputRequest
fn clone(&self) -> FakeInputRequest
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 FakeInputRequest
impl Debug for FakeInputRequest
source§impl Default for FakeInputRequest
impl Default for FakeInputRequest
source§fn default() -> FakeInputRequest
fn default() -> FakeInputRequest
Returns the “default value” for a type. Read more
source§impl Hash for FakeInputRequest
impl Hash for FakeInputRequest
source§impl Ord for FakeInputRequest
impl Ord for FakeInputRequest
source§fn cmp(&self, other: &FakeInputRequest) -> Ordering
fn cmp(&self, other: &FakeInputRequest) -> 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 FakeInputRequest
impl PartialEq for FakeInputRequest
source§fn eq(&self, other: &FakeInputRequest) -> bool
fn eq(&self, other: &FakeInputRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for FakeInputRequest
impl PartialOrd for FakeInputRequest
source§fn partial_cmp(&self, other: &FakeInputRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &FakeInputRequest) -> 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 Request for FakeInputRequest
impl Request for FakeInputRequest
impl Copy for FakeInputRequest
impl Eq for FakeInputRequest
impl StructuralEq for FakeInputRequest
impl StructuralPartialEq for FakeInputRequest
impl VoidRequest for FakeInputRequest
Auto Trait Implementations§
impl RefUnwindSafe for FakeInputRequest
impl Send for FakeInputRequest
impl Sync for FakeInputRequest
impl Unpin for FakeInputRequest
impl UnwindSafe for FakeInputRequest
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