#[repr(u32)]pub enum PspGeMatrixTypes {
PSP_GE_MATRIX_BONE0 = 0,
PSP_GE_MATRIX_BONE1 = 1,
PSP_GE_MATRIX_BONE2 = 2,
PSP_GE_MATRIX_BONE3 = 3,
PSP_GE_MATRIX_BONE4 = 4,
PSP_GE_MATRIX_BONE5 = 5,
PSP_GE_MATRIX_BONE6 = 6,
PSP_GE_MATRIX_BONE7 = 7,
PSP_GE_MATRIX_WORLD = 8,
PSP_GE_MATRIX_VIEW = 9,
PSP_GE_MATRIX_PROJECTION = 10,
PSP_GE_MATRIX_TEXGEN = 11,
}Expand description
GE matrix types.
Variants§
PSP_GE_MATRIX_BONE0 = 0
PSP_GE_MATRIX_BONE1 = 1
PSP_GE_MATRIX_BONE2 = 2
PSP_GE_MATRIX_BONE3 = 3
PSP_GE_MATRIX_BONE4 = 4
PSP_GE_MATRIX_BONE5 = 5
PSP_GE_MATRIX_BONE6 = 6
PSP_GE_MATRIX_BONE7 = 7
PSP_GE_MATRIX_WORLD = 8
PSP_GE_MATRIX_VIEW = 9
PSP_GE_MATRIX_PROJECTION = 10
PSP_GE_MATRIX_TEXGEN = 11
Trait Implementations§
Source§impl Clone for PspGeMatrixTypes
impl Clone for PspGeMatrixTypes
Source§fn clone(&self) -> PspGeMatrixTypes
fn clone(&self) -> PspGeMatrixTypes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PspGeMatrixTypes
impl Debug for PspGeMatrixTypes
Source§impl Hash for PspGeMatrixTypes
impl Hash for PspGeMatrixTypes
Source§impl PartialEq for PspGeMatrixTypes
impl PartialEq for PspGeMatrixTypes
impl Copy for PspGeMatrixTypes
impl Eq for PspGeMatrixTypes
impl StructuralPartialEq for PspGeMatrixTypes
Auto Trait Implementations§
impl Freeze for PspGeMatrixTypes
impl RefUnwindSafe for PspGeMatrixTypes
impl Send for PspGeMatrixTypes
impl Sync for PspGeMatrixTypes
impl Unpin for PspGeMatrixTypes
impl UnsafeUnpin for PspGeMatrixTypes
impl UnwindSafe for PspGeMatrixTypes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more