[][src]Enum pspsdk_sys::sdk::pspUtilityMsgDialogMode

#[repr(u32)]pub enum pspUtilityMsgDialogMode {
    PSP_UTILITY_MSGDIALOG_MODE_ERROR,
    PSP_UTILITY_MSGDIALOG_MODE_TEXT,
}

Variants

PSP_UTILITY_MSGDIALOG_MODE_ERROR
PSP_UTILITY_MSGDIALOG_MODE_TEXT

Trait Implementations

impl Clone for pspUtilityMsgDialogMode[src]

impl Copy for pspUtilityMsgDialogMode[src]

impl Debug for pspUtilityMsgDialogMode[src]

impl Eq for pspUtilityMsgDialogMode[src]

impl Hash for pspUtilityMsgDialogMode[src]

impl PartialEq<pspUtilityMsgDialogMode> for pspUtilityMsgDialogMode[src]

impl StructuralEq for pspUtilityMsgDialogMode[src]

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