pub struct GetSock { /* private fields */ }Expand description
Information about the set of sockets that c-ares is interested in, as returned by
get_sock().
Implementations§
Trait Implementations§
source§impl<'a> IntoIterator for &'a GetSock
 
impl<'a> IntoIterator for &'a GetSock
impl Copy for GetSock
Auto Trait Implementations§
impl RefUnwindSafe for GetSock
impl Send for GetSock
impl Sync for GetSock
impl Unpin for GetSock
impl UnwindSafe for GetSock
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