Struct fswatch_sys::FswCEvent [] [src]

pub struct FswCEvent {
    pub path: String,
    pub evt_time: i64,
    pub flags: Vec<FswEventFlag>,
}

Fields

Trait Implementations

impl Debug for FswCEvent
[src]

Formats the value using the given formatter.