OpExtEpollCtl

Trait OpExtEpollCtl 

Source
pub trait OpExtEpollCtl {
    // Required methods
    fn raw_fd(&self) -> RawFd;
    fn ev(&self) -> &epoll_event;
}
Expand description

EpollCtl Expansion trait

Required Methods§

Source

fn raw_fd(&self) -> RawFd

Underlying RawFd

Source

fn ev(&self) -> &epoll_event

Underlying libc::eooll_event

Implementors§