Enum nix::sys::epoll::EpollOp [−][src]
#[repr(C)]pub enum EpollOp { EpollCtlAdd, EpollCtlDel, EpollCtlMod, }
Variants
EpollCtlAdd
EpollCtlDel
EpollCtlMod
Trait Implementations
impl Clone for EpollOp
[src]
impl Clone for EpollOp
fn clone(&self) -> EpollOp
[src]
fn clone(&self) -> EpollOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for EpollOp
[src]
impl Copy for EpollOp
impl Eq for EpollOp
[src]
impl Eq for EpollOp
impl PartialEq for EpollOp
[src]
impl PartialEq for EpollOp