pub struct FakeInput {
pub type: u8,
pub detail: u8,
pub time: u32,
pub root: Window,
pub root_x: i16,
pub root_y: i16,
pub deviceid: u8,
}
Expand description
The FakeInput
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§type: u8
§detail: u8
§time: u32
§root: Window
§root_x: i16
§root_y: i16
§deviceid: u8
Trait Implementations§
source§impl RawRequest for FakeInput
impl RawRequest for FakeInput
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
impl RequestWithoutReply for FakeInput
Auto Trait Implementations§
impl Freeze for FakeInput
impl RefUnwindSafe for FakeInput
impl Send for FakeInput
impl Sync for FakeInput
impl Unpin for FakeInput
impl UnwindSafe for FakeInput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)