Struct xcb::xinput::GetDeviceButtonMappingCookieUnchecked
source · pub struct GetDeviceButtonMappingCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetDeviceButtonMapping.
This cookie can be used to get a GetDeviceButtonMappingReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl CookieWithReplyUnchecked for GetDeviceButtonMappingCookieUnchecked
impl CookieWithReplyUnchecked for GetDeviceButtonMappingCookieUnchecked
source§type Reply = GetDeviceButtonMappingReply
type Reply = GetDeviceButtonMappingReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetDeviceButtonMappingCookieUnchecked
impl RefUnwindSafe for GetDeviceButtonMappingCookieUnchecked
impl Send for GetDeviceButtonMappingCookieUnchecked
impl Sync for GetDeviceButtonMappingCookieUnchecked
impl Unpin for GetDeviceButtonMappingCookieUnchecked
impl UnwindSafe for GetDeviceButtonMappingCookieUnchecked
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