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

#[repr(C)]
pub enum EpollOp { EpollCtlAdd, EpollCtlDel, EpollCtlMod, }

Variants

Trait Implementations

impl Clone for EpollOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EpollOp
[src]