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