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