kos_sys::dc::pvrEnum pvr_dma_type_t
Source #[repr(C)]
pub enum pvr_dma_type_t {
PVR_DMA_VRAM64 = 0,
PVR_DMA_VRAM32 = 1,
PVR_DMA_TA = 2,
PVR_DMA_YUV = 3,
PVR_DMA_VRAM32_SB = 4,
PVR_DMA_VRAM64_SB = 5,
}
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.