[][src]Struct libresolv_sys::__ns_msg

#[repr(C)]pub struct __ns_msg {
    pub _msg: *const c_uchar,
    pub _eom: *const c_uchar,
    pub _id: u16,
    pub _flags: u16,
    pub _counts: [u16; 4],
    pub _sections: [*const c_uchar; 4],
    pub _sect: ns_sect,
    pub _rrnum: c_int,
    pub _msg_ptr: *const c_uchar,
}

Fields

_msg: *const c_uchar_eom: *const c_uchar_id: u16_flags: u16_counts: [u16; 4]_sections: [*const c_uchar; 4]_sect: ns_sect_rrnum: c_int_msg_ptr: *const c_uchar

Trait Implementations

impl Clone for __ns_msg[src]

impl Copy for __ns_msg[src]

impl Debug for __ns_msg[src]

impl Default for __ns_msg[src]

Auto Trait Implementations

impl RefUnwindSafe for __ns_msg

impl !Send for __ns_msg

impl !Sync for __ns_msg

impl Unpin for __ns_msg

impl UnwindSafe for __ns_msg

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.