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