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 PartialEq for FswStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<c_int> for FswStatus
[src]

Performs the conversion.