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