#[repr(C)]
pub struct SceGxmTexture { pub __bindgen_anon_1: SceGxmTexture__bindgen_ty_1, pub __bindgen_anon_2: SceGxmTexture__bindgen_ty_2, pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>, }

Fields§

§__bindgen_anon_1: SceGxmTexture__bindgen_ty_1§__bindgen_anon_2: SceGxmTexture__bindgen_ty_2§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>

Implementations§

source§

impl SceGxmTexture

source

pub fn lod_min0(&self) -> u32

source

pub fn set_lod_min0(&mut self, val: u32)

source

pub fn data_addr(&self) -> u32

source

pub fn set_data_addr(&mut self, val: u32)

source

pub fn palette_addr(&self) -> u32

source

pub fn set_palette_addr(&mut self, val: u32)

source

pub fn lod_min1(&self) -> u32

source

pub fn set_lod_min1(&mut self, val: u32)

source

pub fn swizzle_format(&self) -> u32

source

pub fn set_swizzle_format(&mut self, val: u32)

source

pub fn normalize_mode(&self) -> u32

source

pub fn set_normalize_mode(&mut self, val: u32)

source

pub fn new_bitfield_1( lod_min0: u32, data_addr: u32, palette_addr: u32, lod_min1: u32, swizzle_format: u32, normalize_mode: u32 ) -> __BindgenBitfieldUnit<[u8; 8]>

Trait Implementations§

source§

impl Clone for SceGxmTexture

source§

fn clone(&self) -> SceGxmTexture

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for SceGxmTexture

Auto Trait Implementations§

§

impl RefUnwindSafe for SceGxmTexture

§

impl Send for SceGxmTexture

§

impl Sync for SceGxmTexture

§

impl Unpin for SceGxmTexture

§

impl UnwindSafe for SceGxmTexture

Blanket Implementations§

§

impl<T> Any for Twhere T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for Twhere T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for Twhere U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.