Struct lava::ext::VkDebugMarkerMarkerInfo[][src]

pub struct VkDebugMarkerMarkerInfo<'a> {
    pub marker_name: &'a str,
    pub color: [f32; 4],
}

Fields

Trait Implementations

impl<'a> Debug for VkDebugMarkerMarkerInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDebugMarkerMarkerInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDebugMarkerMarkerInfo<'static>
[src]

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

Auto Trait Implementations

impl<'a> Send for VkDebugMarkerMarkerInfo<'a>

impl<'a> Sync for VkDebugMarkerMarkerInfo<'a>