Enum libresolv_sys::Enum_Unnamed25
[−]
[src]
pub enum Enum_Unnamed25 { POLL_IN, POLL_OUT, POLL_MSG, POLL_ERR, POLL_PRI, POLL_HUP, }
Variants
POLL_IN
POLL_OUT
POLL_MSG
POLL_ERR
POLL_PRI
POLL_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