Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for pollfd
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for pollfd
[src]

Auto Trait Implementations

impl Send for pollfd

impl Sync for pollfd