Struct nanomsg_sys::nn_pollfd [] [src]

pub struct nn_pollfd {
    // some fields omitted
}

Methods

impl nn_pollfd
[src]

fn new(socket: c_int, pollin: bool, pollout: bool) -> nn_pollfd

fn pollin_result(&self) -> bool

fn pollout_result(&self) -> bool

Trait Implementations

impl Copy for nn_pollfd
[src]

impl Clone for nn_pollfd
[src]

fn clone(&self) -> nn_pollfd

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