Struct mio::EventSet
[−]
[src]
pub struct EventSet(_);
pub struct EventSet(_);
impl EventSetfn none() -> EventSetfn readable() -> EventSetfn writable() -> EventSetfn error() -> EventSetfn hup() -> EventSetfn all() -> EventSetfn is_readable(&self) -> boolfn is_writable(&self) -> boolfn is_error(&self) -> boolfn is_hup(&self) -> boolfn insert(&mut self, other: EventSet)fn remove(&mut self, other: EventSet)fn bits(&self) -> usizefn contains(&self, other: EventSet) -> boolimpl BitOr for EventSetimpl BitXor for EventSetimpl BitAnd for EventSetimpl Sub for EventSetimpl Not for EventSetimpl Debug for EventSetimpl Ord for EventSetimpl PartialOrd for EventSetfn partial_cmp(&self, __arg_0: &EventSet) -> Option<Ordering>fn lt(&self, __arg_0: &EventSet) -> boolfn le(&self, __arg_0: &EventSet) -> boolfn gt(&self, __arg_0: &EventSet) -> boolfn ge(&self, __arg_0: &EventSet) -> boolimpl Clone for EventSetfn clone(&self) -> EventSetfn clone_from(&mut self, source: &Self)impl Eq for EventSetimpl PartialEq for EventSetimpl Copy for EventSet