Enum libresolv_sys::Enum_Unnamed24 [] [src]

pub enum Enum_Unnamed24 {
    CLD_EXITED,
    CLD_KILLED,
    CLD_DUMPED,
    CLD_TRAPPED,
    CLD_STOPPED,
    CLD_CONTINUED,
}

Variants

CLD_EXITEDCLD_KILLEDCLD_DUMPEDCLD_TRAPPEDCLD_STOPPEDCLD_CONTINUED

Trait Implementations

impl Clone for Enum_Unnamed24
[src]

fn clone(&self) -> Enum_Unnamed24

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

impl Debug for Enum_Unnamed24
[src]

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

Formats the value using the given formatter.