Struct futures_glib::IoCondition [] [src]

pub struct IoCondition { /* fields omitted */ }

A bitwise combination representing a condition to watch for on an event source.

Methods

impl IoCondition
[src]

Creates a new bit set with no interest bits set.

Flag indicating that data is ready to read.

Flag indicating that data can be written.

Tests whether this condition indicates hang up

Tests whether this condition indicates input readiness

Tests whether this condition indicates not opened

Tests whether this condition indicates output readiness

Trait Implementations

impl Debug for IoCondition
[src]

Formats the value using the given formatter.

impl Clone for IoCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more