Enum nix::sys::event::EventFilter
[−]
[src]
#[repr(i16)]pub enum EventFilter { EVFILT_READ, EVFILT_WRITE, EVFILT_AIO, EVFILT_VNODE, EVFILT_PROC, EVFILT_SIGNAL, EVFILT_TIMER, EVFILT_MACHPORT, EVFILT_FS, EVFILT_USER, EVFILT_VM, EVFILT_SYSCOUNT, }
Variants
EVFILT_READEVFILT_WRITEEVFILT_AIOEVFILT_VNODEEVFILT_PROCEVFILT_SIGNALEVFILT_TIMEREVFILT_MACHPORTEVFILT_FSEVFILT_USEREVFILT_VMEVFILT_SYSCOUNTTrait Implementations
impl Clone for EventFilter[src]
fn clone(&self) -> EventFilter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more