Struct nix::poll::PollFd [] [src]

pub struct PollFd {
    pub fd: c_int,
    pub events: EventFlags,
    pub revents: EventFlags,
}

Fields

Trait Implementations

impl Clone for PollFd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PollFd
[src]

impl Debug for PollFd
[src]

Formats the value using the given formatter.