[−][src]Struct queen_io::Ready
Methods
impl Ready[src]
impl Readypub fn empty() -> Ready | [src] |
pub fn readable() -> Ready | [src] |
pub fn writable() -> Ready | [src] |
pub fn error() -> Ready | [src] |
pub fn hup() -> Ready | [src] |
pub fn is_empty(self) -> bool | [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: Ready) | [src] |
pub fn remove(&mut self, other: Ready) | [src] |
pub fn contains(self, other: Ready) -> bool | [src] |
pub fn as_usize(self) -> usize | [src] |
Trait Implementations
impl From<usize> for Ready[src]
impl From<usize> for Readyimpl Eq for Ready[src]
impl Eq for Readyimpl PartialOrd<Ready> for Ready[src]
impl PartialOrd<Ready> for Readyfn partial_cmp(&self, other: &Ready) -> Option<Ordering> | [src] |
fn lt(&self, other: &Ready) -> bool | [src] |
fn le(&self, other: &Ready) -> bool | [src] |
fn gt(&self, other: &Ready) -> bool | [src] |
fn ge(&self, other: &Ready) -> bool | [src] |
impl Copy for Ready[src]
impl Copy for Readyimpl PartialEq<Ready> for Ready[src]
impl PartialEq<Ready> for Readyimpl Clone for Ready[src]
impl Clone for Readyfn clone(&self) -> Ready | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Ord for Ready[src]
impl Ord for Readyfn cmp(&self, other: &Ready) -> Ordering | [src] |
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
impl Debug for Ready[src]
impl Debug for Readyimpl Sub<Ready> for Ready[src]
impl Sub<Ready> for Readytype Output = Ready
The resulting type after applying the - operator.
fn sub(self, other: Ready) -> Ready | [src] |
impl Not for Ready[src]
impl Not for Readyimpl BitAnd<Ready> for Ready[src]
impl BitAnd<Ready> for Readytype Output = Ready
The resulting type after applying the & operator.
fn bitand(self, other: Ready) -> Ready | [src] |
impl BitOr<Ready> for Ready[src]
impl BitOr<Ready> for Readytype Output = Ready
The resulting type after applying the | operator.
fn bitor(self, other: Ready) -> Ready | [src] |
impl BitXor<Ready> for Ready[src]
impl BitXor<Ready> for ReadyAuto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)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> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, ⓘImportant traits for &'a mut W
ⓘImportant traits for &'a mut W
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |