pub struct GaihAddrTuple { /* private fields */ }Expand description
Recursive host object returned from gethostbyname4.
Defined in nss.h.
https://github.com/lattera/glibc/blob/895ef79e04a953cac1493863bcae29ad85657ee1/nss/nss.h#L42-L49
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GaihAddrTuple
impl RefUnwindSafe for GaihAddrTuple
impl !Send for GaihAddrTuple
impl !Sync for GaihAddrTuple
impl Unpin for GaihAddrTuple
impl UnsafeUnpin for GaihAddrTuple
impl UnwindSafe for GaihAddrTuple
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