Struct nix::libc::servent[][src]

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

Fields

Trait Implementations

impl Copy for servent
[src]

impl Clone for servent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for servent

impl !Sync for servent