[][src]Enum pspsdk_sys::sdk::PspFpuExceptions

#[repr(u32)]pub enum PspFpuExceptions {
    PSP_FPU_EXCEPTION_INEXACT,
    PSP_FPU_EXCEPTION_UNDERFLOW,
    PSP_FPU_EXCEPTION_OVERFLOW,
    PSP_FPU_EXCEPTION_DIVBYZERO,
    PSP_FPU_EXCEPTION_INVALIDOP,
    PSP_FPU_EXCEPTION_UNIMPOP,
    PSP_FPU_EXCEPTION_ALL,
}

Enumeration for FPU exceptions

Variants

PSP_FPU_EXCEPTION_INEXACT
PSP_FPU_EXCEPTION_UNDERFLOW
PSP_FPU_EXCEPTION_OVERFLOW
PSP_FPU_EXCEPTION_DIVBYZERO
PSP_FPU_EXCEPTION_INVALIDOP
PSP_FPU_EXCEPTION_UNIMPOP
PSP_FPU_EXCEPTION_ALL

Trait Implementations

impl Clone for PspFpuExceptions[src]

impl Copy for PspFpuExceptions[src]

impl Debug for PspFpuExceptions[src]

impl Eq for PspFpuExceptions[src]

impl Hash for PspFpuExceptions[src]

impl PartialEq<PspFpuExceptions> for PspFpuExceptions[src]

impl StructuralEq for PspFpuExceptions[src]

impl StructuralPartialEq for PspFpuExceptions[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, 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.