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

#[repr(i32)]
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 Debug for EpollOp
[src]

Formats the value using the given formatter. Read more

impl Eq for EpollOp
[src]

impl Hash for EpollOp
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

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