[][src]Enum pspsdk_sys::sdk::PSPInitApitype

#[repr(u32)]pub enum PSPInitApitype {
    PSP_INIT_APITYPE_DISC,
    PSP_INIT_APITYPE_DISC_UPDATER,
    PSP_INIT_APITYPE_MS1,
    PSP_INIT_APITYPE_MS2,
    PSP_INIT_APITYPE_MS3,
    PSP_INIT_APITYPE_MS4,
    PSP_INIT_APITYPE_MS5,
    PSP_INIT_APITYPE_VSH1,
    PSP_INIT_APITYPE_VSH2,
}

Variants

PSP_INIT_APITYPE_DISC
PSP_INIT_APITYPE_DISC_UPDATER
PSP_INIT_APITYPE_MS1
PSP_INIT_APITYPE_MS2
PSP_INIT_APITYPE_MS3
PSP_INIT_APITYPE_MS4
PSP_INIT_APITYPE_MS5
PSP_INIT_APITYPE_VSH1
PSP_INIT_APITYPE_VSH2

Trait Implementations

impl Clone for PSPInitApitype[src]

impl Copy for PSPInitApitype[src]

impl Debug for PSPInitApitype[src]

impl Eq for PSPInitApitype[src]

impl Hash for PSPInitApitype[src]

impl PartialEq<PSPInitApitype> for PSPInitApitype[src]

impl StructuralEq for PSPInitApitype[src]

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