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

Trait Implementations

impl Clone for EventFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EventFilter
[src]

impl Debug for EventFilter
[src]

Formats the value using the given formatter.

impl PartialEq for EventFilter
[src]

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

This method tests for !=.