[−][src]Struct mio::EventSet
Methods
impl EventSet[src]
pub fn none() -> EventSet[src]
pub fn readable() -> EventSet[src]
pub fn writable() -> EventSet[src]
pub fn error() -> EventSet[src]
pub fn hup() -> EventSet[src]
pub fn all() -> EventSet[src]
pub fn is_readable(&self) -> bool[src]
pub fn is_writable(&self) -> bool[src]
pub fn is_error(&self) -> bool[src]
pub fn is_hup(&self) -> bool[src]
pub fn insert(&mut self, other: EventSet)[src]
pub fn remove(&mut self, other: EventSet)[src]
pub fn bits(&self) -> usize[src]
pub fn contains(&self, other: EventSet) -> bool[src]
Trait Implementations
impl Clone for EventSet[src]
impl Copy for EventSet[src]
impl Eq for EventSet[src]
impl Ord for EventSet[src]
fn cmp(&self, other: &EventSet) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<EventSet> for EventSet[src]
impl PartialOrd<EventSet> for EventSet[src]
fn partial_cmp(&self, other: &EventSet) -> Option<Ordering>[src]
fn lt(&self, other: &EventSet) -> bool[src]
fn le(&self, other: &EventSet) -> bool[src]
fn gt(&self, other: &EventSet) -> bool[src]
fn ge(&self, other: &EventSet) -> bool[src]
impl Debug for EventSet[src]
impl Sub<EventSet> for EventSet[src]
type Output = EventSet
The resulting type after applying the - operator.
fn sub(self, other: EventSet) -> EventSet[src]
impl Not for EventSet[src]
type Output = EventSet
The resulting type after applying the ! operator.
fn not(self) -> EventSet[src]
impl BitAnd<EventSet> for EventSet[src]
type Output = EventSet
The resulting type after applying the & operator.
fn bitand(self, other: EventSet) -> EventSet[src]
impl BitOr<EventSet> for EventSet[src]
type Output = EventSet
The resulting type after applying the | operator.
fn bitor(self, other: EventSet) -> EventSet[src]
impl BitXor<EventSet> for EventSet[src]
type Output = EventSet
The resulting type after applying the ^ operator.
fn bitxor(self, other: EventSet) -> EventSet[src]
impl StructuralPartialEq for EventSet[src]
impl StructuralEq for EventSet[src]
Auto Trait Implementations
impl Send for EventSet
impl Sync for EventSet
impl Unpin for EventSet
impl UnwindSafe for EventSet
impl RefUnwindSafe for EventSet
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
ⓘImportant traits for &'_ mut Wfn borrow_mut(&mut self) -> &mut T[src]
ⓘImportant traits for &'_ mut W
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,