Struct libc::pollfd [] [src]

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

Fields

Trait Implementations

impl Copy for pollfd
[src]

impl Clone for pollfd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more