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