Struct citro3d_sys::C3D_GasLut
source · #[repr(C)]pub struct C3D_GasLut {
pub diff: [u32_; 8],
pub color: [u32_; 8],
}
Fields§
§diff: [u32_; 8]
§color: [u32_; 8]
Trait Implementations§
source§impl Clone for C3D_GasLut
impl Clone for C3D_GasLut
source§fn clone(&self) -> C3D_GasLut
fn clone(&self) -> C3D_GasLut
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