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