Enum fswatch_sys::FswEventFlag [] [src]

pub enum FswEventFlag {
    NoOp,
    PlatformSpecific,
    Created,
    Updated,
    Removed,
    Renamed,
    OwnerModified,
    AttributeModified,
    MovedFrom,
    MovedTo,
    IsFile,
    IsDir,
    IsSymLink,
    Link,
    Overflow,
}

Variants

Trait Implementations

impl Debug for FswEventFlag
[src]

Formats the value using the given formatter.