Struct ComponentMapping
#[repr(C)]pub struct ComponentMapping {
    pub r: VkComponentSwizzle,
    pub g: VkComponentSwizzle,
    pub b: VkComponentSwizzle,
    pub a: VkComponentSwizzle,
}Fields§
§r: VkComponentSwizzle§g: VkComponentSwizzle§b: VkComponentSwizzle§a: VkComponentSwizzleTrait Implementations§
§impl Clone for VkComponentMapping
 
impl Clone for VkComponentMapping
§fn clone(&self) -> VkComponentMapping
 
fn clone(&self) -> VkComponentMapping
Returns a duplicate 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 more§impl Debug for VkComponentMapping
 
impl Debug for VkComponentMapping
§impl PartialEq for VkComponentMapping
 
impl PartialEq for VkComponentMapping
impl Copy for VkComponentMapping
impl Eq for VkComponentMapping
Auto Trait Implementations§
impl Freeze for VkComponentMapping
impl RefUnwindSafe for VkComponentMapping
impl Send for VkComponentMapping
impl Sync for VkComponentMapping
impl Unpin for VkComponentMapping
impl UnwindSafe for VkComponentMapping
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