[−][src]Struct libc::sockaddr_dl
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; 46]
Trait Implementations
impl Debug for sockaddr_dl
[src]
impl PartialEq<sockaddr_dl> for sockaddr_dl
[src]
fn eq(&self, other: &sockaddr_dl) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl Eq for sockaddr_dl
[src]
impl Hash for sockaddr_dl
[src]
fn hash<H: Hasher>(&self, state: &mut H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Copy for sockaddr_dl
[src]
impl Clone for sockaddr_dl
[src]
fn clone(&self) -> sockaddr_dl
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,