Struct nix::libc::protoent[][src]

#[repr(C)]
pub struct protoent { pub p_name: *mut i8, pub p_aliases: *mut *mut i8, pub p_proto: i32, }

Fields

Trait Implementations

impl Copy for protoent
[src]

impl Clone for protoent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for protoent

impl !Sync for protoent