Enum nix::sys::epoll::EpollOp [−][src]
#[repr(i32)]pub enum EpollOp { EpollCtlAdd, EpollCtlDel, EpollCtlMod, }
Variants
EpollCtlAddEpollCtlDelEpollCtlModTrait Implementations
impl Clone for EpollOp[src]
impl Clone for EpollOpfn clone(&self) -> EpollOp[src]
fn clone(&self) -> EpollOpReturns 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 EpollOpimpl Debug for EpollOp[src]
impl Debug for EpollOpfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for EpollOp[src]
impl Eq for EpollOpimpl Hash for EpollOp[src]
impl Hash for EpollOpfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for EpollOp[src]
impl PartialEq for EpollOp