Struct fswatch_sys::FswCMonitorFilter
[−]
[src]
pub struct FswCMonitorFilter {
pub text: String,
pub filter_type: FswFilterType,
pub case_sensitive: bool,
pub extended: bool,
}Fields
text: String
filter_type: FswFilterType
case_sensitive: bool
extended: bool
Methods
impl FswCMonitorFilter[src]
fn new(text: String,
filter_type: FswFilterType,
case_sensitive: bool,
extended: bool)
-> Self
filter_type: FswFilterType,
case_sensitive: bool,
extended: bool)
-> Self