Struct screen_13::graph::ClearColorValue
source · pub struct ClearColorValue(pub [f32; 4]);Expand description
Specifies a color attachment clear value which can be used to initliaze an image.
Tuple Fields§
§0: [f32; 4]Trait Implementations§
source§impl Clone for ClearColorValue
impl Clone for ClearColorValue
source§fn clone(&self) -> ClearColorValue
fn clone(&self) -> ClearColorValue
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