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