Struct libc::sockaddr_ctl[][src]

#[repr(C)]pub struct sockaddr_ctl {
    pub sc_len: c_uchar,
    pub sc_family: c_uchar,
    pub ss_sysaddr: u16,
    pub sc_id: u32,
    pub sc_unit: u32,
    pub sc_reserved: [u32; 5],
}

Fields

sc_len: c_ucharsc_family: c_ucharss_sysaddr: u16sc_id: u32sc_unit: u32sc_reserved: [u32; 5]

Trait Implementations

impl Clone for sockaddr_ctl[src]

impl Copy for sockaddr_ctl[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.