Struct libc::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
sdl_len: c_ucharsdl_family: c_ucharsdl_index: c_ushortsdl_type: c_ucharsdl_nlen: c_ucharsdl_alen: c_ucharsdl_slen: c_ucharsdl_data: [c_char; 12]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.