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