Struct sgx_trts::libc::sockaddr_storage[]

#[repr(C)]
pub struct sockaddr_storage { pub ss_family: sa_family_t, // some fields omitted }

Fields

Trait Implementations

impl Copy for sockaddr_storage

impl Clone for sockaddr_storage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sockaddr_storage

impl Sync for sockaddr_storage