Struct libc::pollfd 
            
                [−]
            
        [src]
pub struct pollfd {
    pub fd: c_int,
    pub events: c_short,
    pub revents: c_short,
}Fields
fd | |
events | |
revents | 
pub struct pollfd {
    pub fd: c_int,
    pub events: c_short,
    pub revents: c_short,
}fd | |
events | |
revents | 
impl Copy for pollfdimpl Clone for pollfdfn clone(&self) -> pollfdfn clone_from(&mut self, source: &Self)