Struct lava::ext::VkXYColor[][src]

pub struct VkXYColor {
    pub x: f32,
    pub y: f32,
}

Fields

Trait Implementations

impl Debug for VkXYColor
[src]

Formats the value using the given formatter. Read more

impl Clone for VkXYColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkXYColor
[src]

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

Auto Trait Implementations

impl Send for VkXYColor

impl Sync for VkXYColor