[][src]Struct pspsdk_sys::sdk::pspUtilityDialogCommon

#[repr(C)]pub struct pspUtilityDialogCommon {
    pub size: c_uint,
    pub language: c_int,
    pub buttonSwap: c_int,
    pub graphicsThread: c_int,
    pub accessThread: c_int,
    pub fontThread: c_int,
    pub soundThread: c_int,
    pub result: c_int,
    pub reserved: [c_int; 4],
}

Fields

size: c_uintlanguage: c_int

Size of the structure

buttonSwap: c_int

Language

graphicsThread: c_int

Set to 1 for X/O button swap

accessThread: c_int

Graphics thread priority

fontThread: c_int

Access/fileio thread priority (SceJobThread)

soundThread: c_int

Font thread priority (ScePafThread)

result: c_int

Sound thread priority

reserved: [c_int; 4]

Result

Trait Implementations

impl Clone for pspUtilityDialogCommon[src]

impl Copy for pspUtilityDialogCommon[src]

impl Debug for pspUtilityDialogCommon[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.