#[repr(C, align(4))]pub struct C3D_TexEnv__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
}
Fields§
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>
Implementations§
Trait Implementations§
source§impl Clone for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Clone for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> C3D_TexEnv__bindgen_ty_1__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