Struct ash::vk::ComponentMapping
source · #[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§
source§impl ComponentMapping
impl ComponentMapping
pub fn builder<'a>() -> ComponentMappingBuilder<'a>
Trait Implementations§
source§impl Clone for ComponentMapping
impl Clone for ComponentMapping
source§fn clone(&self) -> ComponentMapping
fn clone(&self) -> ComponentMapping
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ComponentMapping
impl Debug for ComponentMapping
source§impl Default for ComponentMapping
impl Default for ComponentMapping
source§fn default() -> ComponentMapping
fn default() -> ComponentMapping
Returns the “default value” for a type. Read more
impl Copy for ComponentMapping
Auto Trait Implementations§
impl Freeze for ComponentMapping
impl RefUnwindSafe for ComponentMapping
impl Send for ComponentMapping
impl Sync for ComponentMapping
impl Unpin for ComponentMapping
impl UnwindSafe for ComponentMapping
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more