Struct vks::VkComponentMapping [] [src]

#[repr(C)]
pub struct VkComponentMapping { pub r: VkComponentSwizzle, pub g: VkComponentSwizzle, pub b: VkComponentSwizzle, pub a: VkComponentSwizzle, }

Fields

Trait Implementations

impl Debug for VkComponentMapping
[src]

Formats the value using the given formatter.

impl Copy for VkComponentMapping
[src]

impl Clone for VkComponentMapping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkComponentMapping
[src]

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