Enum nanomsg::PollInOut[][src]

pub enum PollInOut {
    In,
    Out,
    InOut,
}

Variants

Check whether at least one message can be received from the socket without blocking.

Check whether at least one message can be sent to the fd socket without blocking.

Check whether at least one message can be sent to or received from the fd socket without blocking.

Trait Implementations

impl Clone for PollInOut
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PollInOut
[src]

Auto Trait Implementations

impl Send for PollInOut

impl Sync for PollInOut