#[repr(C, align(4))]pub struct C3D_ProcTex__bindgen_ty_6__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl C3D_ProcTex__bindgen_ty_6__bindgen_ty_1
impl C3D_ProcTex__bindgen_ty_6__bindgen_ty_1
pub fn offset(&self) -> u32_
pub fn set_offset(&mut self, val: u32_)
pub fn unknown2(&self) -> u32_
pub fn set_unknown2(&mut self, val: u32_)
pub fn new_bitfield_1( offset: u32_, unknown2: u32_ ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for C3D_ProcTex__bindgen_ty_6__bindgen_ty_1
impl Clone for C3D_ProcTex__bindgen_ty_6__bindgen_ty_1
source§fn clone(&self) -> C3D_ProcTex__bindgen_ty_6__bindgen_ty_1
fn clone(&self) -> C3D_ProcTex__bindgen_ty_6__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