Struct libc_interface::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

impl PartialEq for sockaddr_ctl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sockaddr_ctl
[src]

Auto Trait Implementations