Struct libc_interface::sockaddr_dl[][src]

#[repr(C)]
pub struct sockaddr_dl { pub sdl_len: c_uchar, pub sdl_family: c_uchar, pub sdl_index: c_ushort, pub sdl_type: c_uchar, pub sdl_nlen: c_uchar, pub sdl_alen: c_uchar, pub sdl_slen: c_uchar, pub sdl_data: [c_char; 12], }

Fields

Trait Implementations

impl Copy for sockaddr_dl
[src]

impl Clone for sockaddr_dl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sockaddr_dl
[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_dl
[src]

Auto Trait Implementations

impl Send for sockaddr_dl

impl Sync for sockaddr_dl