#[repr(C, align(4))]pub struct C3D_ProcTex__bindgen_ty_1__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_1__bindgen_ty_1
impl C3D_ProcTex__bindgen_ty_1__bindgen_ty_1
pub fn uClamp(&self) -> u32_
pub fn set_uClamp(&mut self, val: u32_)
pub fn vClamp(&self) -> u32_
pub fn set_vClamp(&mut self, val: u32_)
pub fn rgbFunc(&self) -> u32_
pub fn set_rgbFunc(&mut self, val: u32_)
pub fn alphaFunc(&self) -> u32_
pub fn set_alphaFunc(&mut self, val: u32_)
pub fn alphaSeparate(&self) -> bool
pub fn set_alphaSeparate(&mut self, val: bool)
pub fn enableNoise(&self) -> bool
pub fn set_enableNoise(&mut self, val: bool)
pub fn uShift(&self) -> u32_
pub fn set_uShift(&mut self, val: u32_)
pub fn vShift(&self) -> u32_
pub fn set_vShift(&mut self, val: u32_)
pub fn lodBiasLow(&self) -> u32_
pub fn set_lodBiasLow(&mut self, val: u32_)
pub fn new_bitfield_1( uClamp: u32_, vClamp: u32_, rgbFunc: u32_, alphaFunc: u32_, alphaSeparate: bool, enableNoise: bool, uShift: u32_, vShift: u32_, lodBiasLow: u32_ ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for C3D_ProcTex__bindgen_ty_1__bindgen_ty_1
impl Clone for C3D_ProcTex__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> C3D_ProcTex__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> C3D_ProcTex__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