Struct openssl_sys::hostent
source · [−]pub struct hostent {
pub h_name: *mut i8,
pub h_aliases: *mut *mut i8,
pub h_addrtype: i32,
pub h_length: i32,
pub h_addr_list: *mut *mut i8,
}
Fields
h_name: *mut i8
h_aliases: *mut *mut i8
h_addrtype: i32
h_length: i32
h_addr_list: *mut *mut i8
Trait Implementations
impl Copy for hostent
impl Eq for hostent
impl StructuralEq for hostent
impl StructuralPartialEq for hostent
Auto Trait Implementations
impl RefUnwindSafe for hostent
impl !Send for hostent
impl !Sync for hostent
impl Unpin for hostent
impl UnwindSafe for hostent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more