#[repr(C)]pub struct netent {
    pub n_name: *mut c_char,
    pub n_aliases: *mut *mut c_char,
    pub n_addrtype: c_short,
    pub n_net: u_long,
}Fields
n_name: *mut c_charn_aliases: *mut *mut c_charn_addrtype: c_shortn_net: u_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for netent
impl !Send for netent
impl !Sync for netent
impl Unpin for netent
impl UnwindSafe for netent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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