Struct mio::ReadHint [] [src]

pub struct ReadHint(_);

Methods

impl ReadHint

fn none() -> ReadHint

fn all() -> ReadHint

fn data() -> ReadHint

fn hup() -> ReadHint

fn error() -> ReadHint

fn is_data(&self) -> bool

fn is_hup(&self) -> bool

fn is_error(&self) -> bool

fn insert(&mut self, other: ReadHint)

fn remove(&mut self, other: ReadHint)

fn contains(&self, other: ReadHint) -> bool

fn bits(&self) -> usize

Trait Implementations

impl BitOr for ReadHint

type Output = ReadHint

fn bitor(self, other: ReadHint) -> ReadHint

impl BitXor for ReadHint

type Output = ReadHint

fn bitxor(self, other: ReadHint) -> ReadHint

impl BitAnd for ReadHint

type Output = ReadHint

fn bitand(self, other: ReadHint) -> ReadHint

impl Sub for ReadHint

type Output = ReadHint

fn sub(self, other: ReadHint) -> ReadHint

impl Not for ReadHint

type Output = ReadHint

fn not(self) -> ReadHint

impl Debug for ReadHint

fn fmt(&self, fmt: &mut Formatter) -> Result

Derived Implementations

impl Ord for ReadHint

fn cmp(&self, __arg_0: &ReadHint) -> Ordering

impl PartialOrd for ReadHint

fn partial_cmp(&self, __arg_0: &ReadHint) -> Option<Ordering>

fn lt(&self, __arg_0: &ReadHint) -> bool

fn le(&self, __arg_0: &ReadHint) -> bool

fn gt(&self, __arg_0: &ReadHint) -> bool

fn ge(&self, __arg_0: &ReadHint) -> bool

impl Clone for ReadHint

fn clone(&self) -> ReadHint

fn clone_from(&mut self, source: &Self)

impl Eq for ReadHint

impl PartialEq for ReadHint

fn eq(&self, __arg_0: &ReadHint) -> bool

fn ne(&self, __arg_0: &ReadHint) -> bool

impl Copy for ReadHint