Enum libresolv_sys::Enum_Unnamed25 [] [src]

pub enum Enum_Unnamed25 {
    POLL_IN,
    POLL_OUT,
    POLL_MSG,
    POLL_ERR,
    POLL_PRI,
    POLL_HUP,
}

Variants

POLL_INPOLL_OUTPOLL_MSGPOLL_ERRPOLL_PRIPOLL_HUP

Trait Implementations

impl Clone for Enum_Unnamed25
[src]

fn clone(&self) -> Enum_Unnamed25

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

impl Debug for Enum_Unnamed25
[src]

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

Formats the value using the given formatter.