Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§