#[repr(C)]pub struct C3D_Tex__bindgen_ty_3__bindgen_ty_1 {
pub lodBias: u16_,
pub maxLevel: u8_,
pub minLevel: u8_,
}
Fields§
§lodBias: u16_
§maxLevel: u8_
§minLevel: u8_
Trait Implementations§
source§impl Clone for C3D_Tex__bindgen_ty_3__bindgen_ty_1
impl Clone for C3D_Tex__bindgen_ty_3__bindgen_ty_1
source§fn clone(&self) -> C3D_Tex__bindgen_ty_3__bindgen_ty_1
fn clone(&self) -> C3D_Tex__bindgen_ty_3__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