Struct vitasdk_sys::SceGxtTextureInfo
source · #[repr(C)]pub struct SceGxtTextureInfo {
pub dataOffset: u32,
pub dataSize: u32,
pub paletteIndex: u32,
pub flags: u32,
pub type_: u32,
pub format: u32,
pub width: u16,
pub height: u16,
pub mipCount: u8,
pub pad: [u8; 3],
}Fields§
§dataOffset: u32§dataSize: u32§paletteIndex: u32§flags: u32§type_: u32§format: u32§width: u16§height: u16§mipCount: u8§pad: [u8; 3]Trait Implementations§
source§impl Clone for SceGxtTextureInfo
impl Clone for SceGxtTextureInfo
source§fn clone(&self) -> SceGxtTextureInfo
fn clone(&self) -> SceGxtTextureInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more