[][src]Struct libc_interface::sockaddr_ctl

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

Fields

sc_len: c_ucharsc_family: c_ucharss_sysaddr: uint16_tsc_id: uint32_tsc_unit: uint32_tsc_reserved: [uint32_t; 5]

Trait Implementations

impl Clone for sockaddr_ctl[src]

impl Copy for sockaddr_ctl[src]

impl Debug for sockaddr_ctl[src]

impl Eq for sockaddr_ctl[src]

impl Hash for sockaddr_ctl[src]

impl PartialEq<sockaddr_ctl> for sockaddr_ctl[src]

impl StructuralEq for sockaddr_ctl[src]

impl StructuralPartialEq 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.