Struct fswatch_sys::FswCEvent [] [src]

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

An event from fswatch.

This is most likely what will be used most in this library. No changes done to this struct or its fields will affect libfswatch. All the data is a copy of the original, to ensure no memory invalidation in C.

Fields

The file path for this event.

The time at which this event took place.

The flags set on this event.

Trait Implementations

impl Debug for FswCEvent
[src]

Formats the value using the given formatter.