Struct raylib_ffi::MaterialMap
source · #[repr(C)]pub struct MaterialMap {
pub texture: Texture2D,
pub color: Color,
pub value: f32,
}Fields§
§texture: Texture2D§color: Color§value: f32Trait Implementations§
source§impl Clone for MaterialMap
impl Clone for MaterialMap
source§fn clone(&self) -> MaterialMap
fn clone(&self) -> MaterialMap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more