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