Struct citro3d_sys::C3D_TexCube
source · #[repr(C)]pub struct C3D_TexCube {
pub data: [*mut c_void; 6],
}
Fields§
§data: [*mut c_void; 6]
Trait Implementations§
source§impl Clone for C3D_TexCube
impl Clone for C3D_TexCube
source§fn clone(&self) -> C3D_TexCube
fn clone(&self) -> C3D_TexCube
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