Enum fswatch_sys::FswMonitorType [] [src]

pub enum FswMonitorType {
    SystemDefaultMonitorType,
    FSEventsMonitorType,
    KQueueMonitorType,
    INotifyMonitorType,
    WindowsMonitorType,
    PollMonitorType,
    FenMonitorType,
}

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 !=.