Struct sgx_trts::libc::sockaddr_in[]

#[repr(C)]
pub struct sockaddr_in { pub sin_family: sa_family_t, pub sin_port: in_port_t, pub sin_addr: in_addr, pub sin_zero: [u8; 8], }

Fields

Trait Implementations

impl Copy for sockaddr_in

impl Clone for sockaddr_in

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sockaddr_in

impl Sync for sockaddr_in