#[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§
Source§impl C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
pub fn opRgb(&self) -> u32_
pub fn set_opRgb(&mut self, val: u32_)
pub unsafe fn opRgb_raw(this: *const Self) -> u32_
pub unsafe fn set_opRgb_raw(this: *mut Self, val: u32_)
pub fn opAlpha(&self) -> u32_
pub fn set_opAlpha(&mut self, val: u32_)
pub unsafe fn opAlpha_raw(this: *const Self) -> u32_
pub unsafe fn set_opAlpha_raw(this: *mut Self, val: u32_)
pub fn new_bitfield_1( opRgb: u32_, opAlpha: u32_, ) -> __BindgenBitfieldUnit<[u8; 3]>
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 duplicate 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 moreSource§impl Debug for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Debug for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Copy for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Send for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Sync for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl Unpin for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for C3D_TexEnv__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)