Enum porcupine_sys::Status[][src]

pub enum Status {
    Success,
    OutOfMemory,
    IOError,
    InvalidArgument,
    Unknown,
}

The status code returned by various porcupine functions.

Variants

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

impl From<u32> for Status
[src]

Performs the conversion.

impl Display for Status
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status