#[repr(C, align(4))]pub struct C3D_ProcTex__bindgen_ty_5__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl C3D_ProcTex__bindgen_ty_5__bindgen_ty_1
impl C3D_ProcTex__bindgen_ty_5__bindgen_ty_1
pub fn minFilter(&self) -> u32_
pub fn set_minFilter(&mut self, val: u32_)
pub fn unknown1(&self) -> u32_
pub fn set_unknown1(&mut self, val: u32_)
pub fn width(&self) -> u32_
pub fn set_width(&mut self, val: u32_)
pub fn lodBiasHigh(&self) -> u32_
pub fn set_lodBiasHigh(&mut self, val: u32_)
pub fn new_bitfield_1( minFilter: u32_, unknown1: u32_, width: u32_, lodBiasHigh: u32_ ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for C3D_ProcTex__bindgen_ty_5__bindgen_ty_1
impl Clone for C3D_ProcTex__bindgen_ty_5__bindgen_ty_1
source§fn clone(&self) -> C3D_ProcTex__bindgen_ty_5__bindgen_ty_1
fn clone(&self) -> C3D_ProcTex__bindgen_ty_5__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