Struct libresolv_sys::Struct_Unnamed18 [] [src]

pub struct Struct_Unnamed18 {
    pub _call_addr: *mut c_void,
    pub _syscall: c_int,
    pub _arch: c_uint,
}

Fields

_call_addr: *mut c_void _syscall: c_int _arch: c_uint

Trait Implementations

impl Clone for Struct_Unnamed18
[src]

fn clone(&self) -> Struct_Unnamed18

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

impl Debug for Struct_Unnamed18
[src]

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

Formats the value using the given formatter.

impl Default for Struct_Unnamed18
[src]

fn default() -> Self

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