Struct libc::sockaddr_ctl[][src]

#[repr(C)]
pub struct sockaddr_ctl { pub sc_len: c_uchar, pub sc_family: c_uchar, pub ss_sysaddr: uint16_t, pub sc_id: uint32_t, pub sc_unit: uint32_t, pub sc_reserved: [uint32_t; 5], }

Fields

Trait Implementations

impl Copy for sockaddr_ctl
[src]

impl Clone for sockaddr_ctl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations