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