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

#[repr(C)]
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. Read more

Auto Trait Implementations

impl Send for PollFd

impl Sync for PollFd