Struct libc::sockaddr_storage
source · #[repr(C)]pub struct sockaddr_storage {
pub ss_family: sa_family_t,
/* private fields */
}
Fields§
§ss_family: sa_family_t
Trait Implementations§
source§impl Clone for sockaddr_storage
impl Clone for sockaddr_storage
source§fn clone(&self) -> sockaddr_storage
fn clone(&self) -> sockaddr_storage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more