Enum libresolv_sys::Enum_Unnamed19 [] [src]

pub enum Enum_Unnamed19 {
    SI_ASYNCNL,
    SI_TKILL,
    SI_SIGIO,
    SI_ASYNCIO,
    SI_MESGQ,
    SI_TIMER,
    SI_QUEUE,
    SI_USER,
    SI_KERNEL,
}

Variants

SI_ASYNCNLSI_TKILLSI_SIGIOSI_ASYNCIOSI_MESGQSI_TIMERSI_QUEUESI_USERSI_KERNEL

Trait Implementations

impl Clone for Enum_Unnamed19
[src]

fn clone(&self) -> Enum_Unnamed19

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

impl Debug for Enum_Unnamed19
[src]

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

Formats the value using the given formatter.