Struct libresolv_sys::Struct_Unnamed27 [] [src]

pub struct Struct_Unnamed27 {
    pub _function: Option<extern fn(arg1: sigval_t)>,
    pub _attribute: *mut pthread_attr_t,
}

Fields

_function: Option<extern fn(arg1: sigval_t)> _attribute: *mut pthread_attr_t

Trait Implementations

impl Clone for Struct_Unnamed27
[src]

fn clone(&self) -> Struct_Unnamed27

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_Unnamed27
[src]

impl Debug for Struct_Unnamed27
[src]

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

Formats the value using the given formatter.

impl Default for Struct_Unnamed27
[src]

fn default() -> Self

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