Enum nanomsg::PollInOut
[−]
[src]
pub enum PollInOut { In, Out, InOut, }
Variants
In
Check whether at least one message can be received from the socket without blocking.
Out
Check whether at least one message can be sent to the fd socket without blocking.
InOut
Check whether at least one message can be sent to or received from the fd socket without blocking.
Trait Implementations
impl Copy for PollInOut
[src]
impl Clone for PollInOut
[src]
fn clone(&self) -> PollInOut
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more