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]

[src]

Creates a new bit set with no interest bits set.

[src]

Flag indicating that data is ready to read.

[src]

Flag indicating that data can be written.

[src]

Tests whether this condition indicates hang up

[src]

Tests whether this condition indicates input readiness

[src]

Tests whether this condition indicates not opened

[src]

Tests whether this condition indicates output readiness

Trait Implementations

impl Debug for IoCondition
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IoCondition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IoCondition

impl Sync for IoCondition