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