Struct nix::libc::pollfd[][src]

#[repr(C)]
pub struct pollfd { pub fd: i32, pub events: i16, pub revents: i16, }

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

Auto Trait Implementations

impl Send for pollfd

impl Sync for pollfd