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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations