Struct libresolv_sys::Struct_Unnamed12 [] [src]

pub struct Struct_Unnamed12 {
    pub si_tid: c_int,
    pub si_overrun: c_int,
    pub si_sigval: sigval_t,
}

Fields

si_tid: c_int si_overrun: c_int si_sigval: sigval_t

Trait Implementations

impl Clone for Struct_Unnamed12
[src]

fn clone(&self) -> Struct_Unnamed12

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Struct_Unnamed12
[src]

impl Debug for Struct_Unnamed12
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Struct_Unnamed12
[src]

fn default() -> Self

Returns the "default value" for a type. Read more