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

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations