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]

impl Eq for EpollOp
[src]

impl PartialEq for EpollOp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EpollOp

impl Sync for EpollOp