Struct libc_interface::sockaddr_storage[][src]

#[repr(C)]
pub struct sockaddr_storage { pub ss_family: sa_family_t, // some fields omitted }

Fields

Trait Implementations

impl Copy for sockaddr_storage
[src]

impl Clone for sockaddr_storage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations