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
sdl_len: c_uchar
sdl_family: c_uchar
sdl_index: c_ushort
sdl_type: c_uchar
sdl_nlen: c_uchar
sdl_alen: c_uchar
sdl_slen: c_uchar
sdl_data: [c_char; 12]
Trait Implementations
impl Copy for sockaddr_dl
[src]
impl Copy for sockaddr_dl
impl Clone for sockaddr_dl
[src]
impl Clone for sockaddr_dl
fn clone(&self) -> sockaddr_dl
[src]
fn clone(&self) -> sockaddr_dl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for sockaddr_dl
[src]
impl PartialEq for sockaddr_dl
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for sockaddr_dl
[src]
impl Eq for sockaddr_dl
Auto Trait Implementations
impl Send for sockaddr_dl
impl Send for sockaddr_dl
impl Sync for sockaddr_dl
impl Sync for sockaddr_dl