Enum embree4_sys::RTCError
source · #[repr(u32)]pub enum RTCError {
RTC_ERROR_NONE,
RTC_ERROR_UNKNOWN,
RTC_ERROR_INVALID_ARGUMENT,
RTC_ERROR_INVALID_OPERATION,
RTC_ERROR_OUT_OF_MEMORY,
RTC_ERROR_UNSUPPORTED_CPU,
RTC_ERROR_CANCELLED,
}Variants§
RTC_ERROR_NONE
RTC_ERROR_UNKNOWN
RTC_ERROR_INVALID_ARGUMENT
RTC_ERROR_INVALID_OPERATION
RTC_ERROR_OUT_OF_MEMORY
RTC_ERROR_UNSUPPORTED_CPU
RTC_ERROR_CANCELLED
Trait Implementations§
source§impl PartialEq<RTCError> for RTCError
impl PartialEq<RTCError> for RTCError
impl Copy for RTCError
impl Eq for RTCError
impl StructuralEq for RTCError
impl StructuralPartialEq for RTCError
Auto Trait Implementations§
impl RefUnwindSafe for RTCError
impl Send for RTCError
impl Sync for RTCError
impl Unpin for RTCError
impl UnwindSafe for RTCError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more