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