Struct libc::pollfd [] [src]

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

Fields

fd
events
revents

Trait Implementations

impl Copy for pollfd

impl Clone for pollfd

fn clone(&self) -> pollfd

fn clone_from(&mut self, source: &Self)