Struct libc_interface::sockaddr_storage [−][src]
#[repr(C)]pub struct sockaddr_storage { pub ss_family: sa_family_t, // some fields omitted }
Fields
ss_family: sa_family_t
Trait Implementations
impl Copy for sockaddr_storage
[src]
impl Copy for sockaddr_storage
impl Clone for sockaddr_storage
[src]
impl Clone for sockaddr_storage
fn clone(&self) -> sockaddr_storage
[src]
fn clone(&self) -> sockaddr_storage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for sockaddr_storage
[src]
impl PartialEq for sockaddr_storage
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for sockaddr_storage
[src]
impl Eq for sockaddr_storage
Auto Trait Implementations
impl Send for sockaddr_storage
impl Send for sockaddr_storage
impl Sync for sockaddr_storage
impl Sync for sockaddr_storage