Struct xcb::x::QueryTreeReply
source · pub struct QueryTreeReply { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for QueryTreeReply
impl Debug for QueryTreeReply
source§impl Drop for QueryTreeReply
impl Drop for QueryTreeReply
source§impl Reply for QueryTreeReply
impl Reply for QueryTreeReply
impl Send for QueryTreeReply
impl Sync for QueryTreeReply
Auto Trait Implementations§
impl Freeze for QueryTreeReply
impl RefUnwindSafe for QueryTreeReply
impl Unpin for QueryTreeReply
impl UnwindSafe for QueryTreeReply
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