#[repr(C)]pub struct C3D_ProcTex__bindgen_ty_2__bindgen_ty_1 {
pub uNoiseAmpl: u16_,
pub uNoisePhase: u16_,
}
Fields§
§uNoiseAmpl: u16_
§uNoisePhase: u16_
Trait Implementations§
source§impl Clone for C3D_ProcTex__bindgen_ty_2__bindgen_ty_1
impl Clone for C3D_ProcTex__bindgen_ty_2__bindgen_ty_1
source§fn clone(&self) -> C3D_ProcTex__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> C3D_ProcTex__bindgen_ty_2__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