pub struct GetInputFocus {}Expand description
The GetInputFocus request.
This request replies GetInputFocusReply.
Associated cookie types are GetInputFocusCookie and GetInputFocusCookieUnchecked.
Trait Implementations§
Source§impl Clone for GetInputFocus
impl Clone for GetInputFocus
Source§fn clone(&self) -> GetInputFocus
fn clone(&self) -> GetInputFocus
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 GetInputFocus
impl Debug for GetInputFocus
Source§impl RawRequest for GetInputFocus
impl RawRequest for GetInputFocus
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
Source§impl Request for GetInputFocus
impl Request for GetInputFocus
Source§impl RequestWithReply for GetInputFocus
impl RequestWithReply for GetInputFocus
Source§type Reply = GetInputFocusReply
type Reply = GetInputFocusReply
Reply associated with the request
Source§type Cookie = GetInputFocusCookie
type Cookie = GetInputFocusCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetInputFocusCookieUnchecked
type CookieUnchecked = GetInputFocusCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetInputFocus
impl RefUnwindSafe for GetInputFocus
impl Send for GetInputFocus
impl Sync for GetInputFocus
impl Unpin for GetInputFocus
impl UnwindSafe for GetInputFocus
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