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