Enum libresolv_sys::Enum_Unnamed20 [] [src]

pub enum Enum_Unnamed20 {
    ILL_ILLOPC,
    ILL_ILLOPN,
    ILL_ILLADR,
    ILL_ILLTRP,
    ILL_PRVOPC,
    ILL_PRVREG,
    ILL_COPROC,
    ILL_BADSTK,
}

Variants

ILL_ILLOPCILL_ILLOPNILL_ILLADRILL_ILLTRPILL_PRVOPCILL_PRVREGILL_COPROCILL_BADSTK

Trait Implementations

impl Clone for Enum_Unnamed20
[src]

fn clone(&self) -> Enum_Unnamed20

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

impl Debug for Enum_Unnamed20
[src]

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

Formats the value using the given formatter.