Struct sgx_trts::libc::sockaddr_nl[]

#[repr(C)]
pub struct sockaddr_nl { pub nl_family: sa_family_t, pub nl_pid: u32, pub nl_groups: u32, // some fields omitted }

Fields

Trait Implementations

impl Copy for sockaddr_nl

impl Clone for sockaddr_nl

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sockaddr_nl

impl Sync for sockaddr_nl