Enum fswatch::ffi::fsw_event_flag [] [src]

#[repr(u32)]
pub enum fsw_event_flag { NoOp, PlatformSpecific, Created, Updated, Removed, Renamed, OwnerModified, AttributeModified, MovedFrom, MovedTo, IsFile, IsDir, IsSymLink, Link, Overflow, }

Variants

Trait Implementations

impl From<FswEventFlag> for fsw_event_flag
[src]

Performs the conversion.