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