Struct fswatch_sys::FswCMonitorFilter [] [src]

pub struct FswCMonitorFilter {
    pub text: String,
    pub filter_type: FswFilterType,
    pub case_sensitive: bool,
    pub extended: bool,
}

A monitor filter.

Fields

Methods

impl FswCMonitorFilter
[src]

Trait Implementations

impl Debug for FswCMonitorFilter
[src]

Formats the value using the given formatter.