Enum fswatch_sys::FswStatus [] [src]

pub enum FswStatus {
    Ok,
    UnknownError,
    SessionUnknown,
    MonitorAlreadyExists,
    Memory,
    UnknownMonitorType,
    CallbackNotSet,
    PathsNotSet,
    MissingContext,
    InvalidPath,
    InvalidCallback,
    InvalidLatency,
    InvalidRegex,
    MonitorAlreadyRunning,
    UnknownValue,
    InvalidProprety,
}

Variants

Trait Implementations

impl Debug for FswStatus
[src]

Formats the value using the given formatter.

impl From<c_int> for FswStatus
[src]

Performs the conversion.