Struct libc::pollfd [] [src]

pub struct pollfd {
    pub fd: c_int,
    pub events: c_short,
    pub revents: c_short,
}

Fields

fd: c_int events: c_short revents: c_short

Trait Implementations

impl Copy for pollfd
[src]

impl Clone for pollfd
[src]

fn clone(&self) -> 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