Struct libc::pollfd [] [src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for pollfd

impl Sync for pollfd