Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for servent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for servent
[src]

Auto Trait Implementations

impl !Send for servent

impl !Sync for servent