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