Enum fswatch_sys::FswMonitorType [] [src]

#[repr(C)]
pub enum FswMonitorType { SystemDefault, FSEvents, KQueue, INotify, Windows, Poll, Fen, }

The various possible monitors that fswatch can utilize.

Variants

Trait Implementations

impl Debug for FswMonitorType
[src]

Formats the value using the given formatter.

impl PartialEq for FswMonitorType
[src]

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

This method tests for !=.