Struct libc_interface::sockaddr[][src]

#[repr(C)]
pub struct sockaddr { pub sa_family: sa_family_t, pub sa_data: [c_char; 14], }

Fields

Trait Implementations

impl Copy for sockaddr
[src]

impl Clone for sockaddr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sockaddr
[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 sockaddr
[src]

Auto Trait Implementations

impl Send for sockaddr

impl Sync for sockaddr