Struct mio::PollOpt
[−]
[src]
pub struct PollOpt(_);
pub struct PollOpt(_);
impl PollOpt
fn edge() -> PollOpt
fn empty() -> PollOpt
fn level() -> PollOpt
fn oneshot() -> PollOpt
fn all() -> PollOpt
fn is_edge(&self) -> bool
fn is_level(&self) -> bool
fn is_oneshot(&self) -> bool
fn bits(&self) -> usize
fn contains(&self, other: PollOpt) -> bool
fn insert(&mut self, other: PollOpt)
fn remove(&mut self, other: PollOpt)
impl BitOr for PollOpt
impl BitXor for PollOpt
impl BitAnd for PollOpt
impl Sub for PollOpt
impl Not for PollOpt
impl Debug for PollOpt
impl Ord for PollOpt
impl PartialOrd for PollOpt
fn partial_cmp(&self, __arg_0: &PollOpt) -> Option<Ordering>
fn lt(&self, __arg_0: &PollOpt) -> bool
fn le(&self, __arg_0: &PollOpt) -> bool
fn gt(&self, __arg_0: &PollOpt) -> bool
fn ge(&self, __arg_0: &PollOpt) -> bool
impl Clone for PollOpt
fn clone(&self) -> PollOpt
fn clone_from(&mut self, source: &Self)
impl Eq for PollOpt
impl PartialEq for PollOpt
impl Copy for PollOpt