Enum interoptopus_reference_project::patterns::result::FFIError[][src]

#[repr(C)]
pub enum FFIError {
    Ok,
    Null,
    Panic,
    Fail,
}

Variants

Ok
Null
Panic
Fail

Trait Implementations

Returns the “default value” for a type. Read more

The variant to return when everything went OK, usually the variant with value 0.

Signals a null pointer was passed where an actual element was needed.

The panic variant. Once this is observed no further calls should be attempted.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.