Struct rotor::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 Debug for EventSetimpl Not for EventSetimpl Sub<EventSet> for EventSetimpl BitAnd<EventSet> for EventSetimpl BitXor<EventSet> for EventSetimpl BitOr<EventSet> for EventSetimpl Copy for EventSetimpl PartialEq<EventSet> for EventSetimpl Eq for EventSetimpl Clone for EventSetfn clone(&self) -> EventSetfn clone_from(&mut self, source: &Self)impl PartialOrd<EventSet> 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 Ord for EventSet