Struct ndk_sys::netent [−][src]
#[repr(C)]pub struct netent {
pub n_name: *mut c_char,
pub n_aliases: *mut *mut c_char,
pub n_addrtype: c_int,
pub n_net: u32,
}
Fields
n_name: *mut c_char
n_aliases: *mut *mut c_char
n_addrtype: c_int
n_net: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for netent
impl UnwindSafe for netent
Blanket Implementations
Mutably borrows from an owned value. Read more