Struct nix::sys::socket::sockaddr_storage
[−]
[src]
pub struct sockaddr_storage {
pub ss_family: u16,
// some fields omitted
}Fields
ss_family: u16
Trait Implementations
impl Copy for sockaddr_storage
impl Clone for sockaddr_storage
fn clone(&self) -> sockaddr_storage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more