Struct ash::vk::XYColorEXT
source · #[repr(C)]pub struct XYColorEXT {
pub x: f32,
pub y: f32,
}
Expand description
Fields§
§x: f32
§y: f32
Implementations§
source§impl XYColorEXT
impl XYColorEXT
pub fn builder<'a>() -> XYColorEXTBuilder<'a>
Trait Implementations§
source§impl Clone for XYColorEXT
impl Clone for XYColorEXT
source§fn clone(&self) -> XYColorEXT
fn clone(&self) -> XYColorEXT
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 moresource§impl Debug for XYColorEXT
impl Debug for XYColorEXT
source§impl Default for XYColorEXT
impl Default for XYColorEXT
source§fn default() -> XYColorEXT
fn default() -> XYColorEXT
Returns the “default value” for a type. Read more