Struct xcb::xinput::GetDeviceFocusCookie
source · pub struct GetDeviceFocusCookie { /* private fields */ }
Expand description
Cookie type for GetDeviceFocus.
This cookie can be used to get a GetDeviceFocusReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetDeviceFocusCookie
impl Cookie for GetDeviceFocusCookie
source§impl CookieWithReplyChecked for GetDeviceFocusCookie
impl CookieWithReplyChecked for GetDeviceFocusCookie
source§type Reply = GetDeviceFocusReply
type Reply = GetDeviceFocusReply
The reply type associated with the cookie
source§impl Debug for GetDeviceFocusCookie
impl Debug for GetDeviceFocusCookie
impl CookieChecked for GetDeviceFocusCookie
Auto Trait Implementations§
impl Freeze for GetDeviceFocusCookie
impl RefUnwindSafe for GetDeviceFocusCookie
impl Send for GetDeviceFocusCookie
impl Sync for GetDeviceFocusCookie
impl Unpin for GetDeviceFocusCookie
impl UnwindSafe for GetDeviceFocusCookie
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