Struct libc::servent [] [src]

#[repr(C)]
pub struct servent { pub s_name: *mut c_char, pub s_aliases: *mut *mut c_char, pub s_port: c_int, pub s_proto: *mut c_char, }

Fields

Trait Implementations

impl Copy for servent
[src]

impl Clone for servent
[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 servent

impl !Sync for servent