Struct fswatch::FswEvent [] [src]

pub struct FswEvent {
    pub path: String,
    pub 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 flags set on this event.

Trait Implementations

impl Debug for FswEvent
[src]

Formats the value using the given formatter.