Enum nix::sys::epoll::EpollOp [−][src]
#[repr(i32)]
pub enum EpollOp {
EpollCtlAdd,
EpollCtlDel,
EpollCtlMod,
}
Variants
EpollCtlAdd
EpollCtlDel
EpollCtlMod
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EpollOp
impl UnwindSafe for EpollOp
Blanket Implementations
Mutably borrows from an owned value. Read more