[][src]Enum embree::sys::RTCError

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

Variants

NONE
UNKNOWN
INVALID_ARGUMENT
INVALID_OPERATION
OUT_OF_MEMORY
UNSUPPORTED_CPU
CANCELLED

Trait Implementations

impl Clone for RTCError[src]

impl Copy for RTCError[src]

impl Debug for RTCError[src]

impl Eq for RTCError[src]

impl Hash for RTCError[src]

impl PartialEq<RTCError> for RTCError[src]

impl StructuralEq for RTCError[src]

impl StructuralPartialEq for RTCError[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.