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