Struct hermit_abi::sockaddr_storage
source · #[repr(C)]pub struct sockaddr_storage {
pub s2_len: u8,
pub ss_family: sa_family_t,
pub s2_data1: [i8; 2],
pub s2_data2: [u32; 3],
}
Fields§
§s2_len: u8
§ss_family: sa_family_t
§s2_data1: [i8; 2]
§s2_data2: [u32; 3]
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