Struct ndk_sys::protoent [−][src]
#[repr(C)]pub struct protoent {
pub p_name: *mut c_char,
pub p_aliases: *mut *mut c_char,
pub p_proto: c_int,
}
Fields
p_name: *mut c_char
p_aliases: *mut *mut c_char
p_proto: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for protoent
impl UnwindSafe for protoent
Blanket Implementations
Mutably borrows from an owned value. Read more