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