Struct vks::VkXYColorEXT [] [src]

#[repr(C)]
pub struct VkXYColorEXT { pub x: f32, pub y: f32, }

Fields

Trait Implementations

impl Debug for VkXYColorEXT
[src]

Formats the value using the given formatter.

impl Copy for VkXYColorEXT
[src]

impl Clone for VkXYColorEXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkXYColorEXT
[src]

Returns the "default value" for a type. Read more