Struct libc::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

Trait Implementations

impl Copy for protoent
[src]

impl Clone for protoent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for protoent

impl !Sync for protoent