Enum nix::sys::epoll::EpollOp [] [src]

pub enum EpollOp {
    EpollCtlAdd,
    EpollCtlDel,
    EpollCtlMod,
}

Variants

EpollCtlAdd
EpollCtlDel
EpollCtlMod

Trait Implementations

Derived Implementations

impl Copy for EpollOp

impl Clone for EpollOp

fn clone(&self) -> EpollOp

fn clone_from(&mut self, source: &Self)