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