kos_sys::dc::pvrEnum pvr_palfmt_t
Source #[repr(C)]
pub enum pvr_palfmt_t {
PVR_PAL_ARGB1555 = 0,
PVR_PAL_RGB565 = 1,
PVR_PAL_ARGB4444 = 2,
PVR_PAL_ARGB8888 = 3,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.