Union spinel_vk_rs_sys::VkClearColorValue
source · #[repr(C)]
pub union VkClearColorValue {
pub float32: [f32; 4],
pub int32: [i32; 4],
pub uint32: [u32; 4],
}
Fields§
§float32: [f32; 4]
§int32: [i32; 4]
§uint32: [u32; 4]
Trait Implementations§
source§impl Clone for VkClearColorValue
impl Clone for VkClearColorValue
source§fn clone(&self) -> VkClearColorValue
fn clone(&self) -> VkClearColorValue
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