Struct ash::vk::ComponentMapping [−][src]
#[repr(C)]pub struct ComponentMapping { pub r: ComponentSwizzle, pub g: ComponentSwizzle, pub b: ComponentSwizzle, pub a: ComponentSwizzle, }
Expand description
Fields
r: ComponentSwizzle
g: ComponentSwizzle
b: ComponentSwizzle
a: ComponentSwizzle
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ComponentMapping
impl Send for ComponentMapping
impl Sync for ComponentMapping
impl Unpin for ComponentMapping
impl UnwindSafe for ComponentMapping
Blanket Implementations
Mutably borrows from an owned value. Read more