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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sockaddr_ctl

impl Sync for sockaddr_ctl