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