Struct sgx_trts::libc::ip_mreq[]

#[repr(C)]
pub struct ip_mreq { pub imr_multiaddr: in_addr, pub imr_interface: in_addr, }

Fields

Trait Implementations

impl Copy for ip_mreq

impl Clone for ip_mreq

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ip_mreq

impl Sync for ip_mreq