[][src]Enum oidn::sys::OIDNError

#[repr(u32)]
pub enum OIDNError {
    NONE,
    UNKNOWN,
    INVALID_ARGUMENT,
    INVALID_OPERATION,
    OUT_OF_MEMORY,
    UNSUPPORTED_HARDWARE,
    CANCELLED,
}

Variants

NONE
UNKNOWN
INVALID_ARGUMENT
INVALID_OPERATION
OUT_OF_MEMORY
UNSUPPORTED_HARDWARE
CANCELLED

Trait Implementations

impl Clone for OIDNError[src]

impl Copy for OIDNError[src]

impl Eq for OIDNError[src]

impl PartialEq<OIDNError> for OIDNError[src]

impl Debug for OIDNError[src]

impl Hash for OIDNError[src]

impl StructuralPartialEq for OIDNError[src]

impl StructuralEq for OIDNError[src]

Auto Trait Implementations

impl Send for OIDNError

impl Sync for OIDNError

impl Unpin for OIDNError

impl UnwindSafe for OIDNError

impl RefUnwindSafe for OIDNError

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]