Struct xcb::x::ListHostsReply
source · pub struct ListHostsReply { /* private fields */ }
Expand description
Reply type for ListHosts.
Can be obtained from a ListHostsCookie with Connection::wait_for_reply or from a ListHostsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for ListHostsReply
impl Debug for ListHostsReply
source§impl Drop for ListHostsReply
impl Drop for ListHostsReply
source§impl Reply for ListHostsReply
impl Reply for ListHostsReply
impl Send for ListHostsReply
impl Sync for ListHostsReply
Auto Trait Implementations§
impl Freeze for ListHostsReply
impl RefUnwindSafe for ListHostsReply
impl Unpin for ListHostsReply
impl UnwindSafe for ListHostsReply
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