[][src]Enum pspsdk_sys::sdk::UmdDriveStat

#[repr(u32)]pub enum UmdDriveStat {
    UMD_WAITFORDISC,
    UMD_WAITFORINIT,
}

Enumeration for UMD stats (legacy)

Variants

UMD_WAITFORDISC
UMD_WAITFORINIT

Trait Implementations

impl Clone for UmdDriveStat[src]

impl Copy for UmdDriveStat[src]

impl Debug for UmdDriveStat[src]

impl Eq for UmdDriveStat[src]

impl Hash for UmdDriveStat[src]

impl PartialEq<UmdDriveStat> for UmdDriveStat[src]

impl StructuralEq for UmdDriveStat[src]

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