#[repr(C)]
pub union C3D_ProcTex__bindgen_ty_2 {
pub proctex1: u32_,
pub __bindgen_anon_1: C3D_ProcTex__bindgen_ty_2__bindgen_ty_1,
}
Fields§
§proctex1: u32_
§__bindgen_anon_1: C3D_ProcTex__bindgen_ty_2__bindgen_ty_1
Trait Implementations§
source§impl Clone for C3D_ProcTex__bindgen_ty_2
impl Clone for C3D_ProcTex__bindgen_ty_2
source§fn clone(&self) -> C3D_ProcTex__bindgen_ty_2
fn clone(&self) -> C3D_ProcTex__bindgen_ty_2
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