Struct vks::VkClearColorValue [] [src]

#[repr(C)]
pub struct VkClearColorValue { pub float32: VkSysUnionField<[f32; 4]>, pub int32: VkSysUnionField<[i32; 4]>, pub uint32: VkSysUnionField<[u32; 4]>, pub vks_union_field: [u32; 4], }

Fields

Trait Implementations

impl Copy for VkClearColorValue
[src]

impl Clone for VkClearColorValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VkClearColorValue
[src]

Formats the value using the given formatter.

impl Default for VkClearColorValue
[src]

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