pub struct hostent { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for hostent
impl RefUnwindSafe for hostent
impl Send for hostent
impl Sync for hostent
impl Unpin for hostent
impl UnsafeUnpin for hostent
impl UnwindSafe for hostent
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