Struct libc::pollfd [−][src]
Fields
fd: c_int
events: c_short
revents: c_short
Trait Implementations
impl Clone for pollfd
[src]
impl Clone for pollfd
[src]fd: c_int
events: c_short
revents: c_short
impl Clone for pollfd
[src]fn clone(&self) -> pollfd
[src]pub fn clone_from(&mut self, source: &Self)
1.0.0[src]impl Copy for pollfd
[src]