Struct citro3d_sys::C3D_MtxStack
source · #[repr(C)]pub struct C3D_MtxStack {
pub m: [C3D_Mtx; 8],
pub pos: c_int,
pub unifType: u8_,
pub unifPos: u8_,
pub unifLen: u8_,
pub isDirty: bool,
}
Fields§
§m: [C3D_Mtx; 8]
§pos: c_int
§unifType: u8_
§unifPos: u8_
§unifLen: u8_
§isDirty: bool
Trait Implementations§
source§impl Clone for C3D_MtxStack
impl Clone for C3D_MtxStack
source§fn clone(&self) -> C3D_MtxStack
fn clone(&self) -> C3D_MtxStack
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