Struct vulkano::image::Swizzle [] [src]

pub struct Swizzle {
    pub r: ComponentSwizzle,
    pub g: ComponentSwizzle,
    pub b: ComponentSwizzle,
    pub a: ComponentSwizzle,
}

Fields

r: ComponentSwizzle g: ComponentSwizzle b: ComponentSwizzle a: ComponentSwizzle

Trait Implementations

impl Eq for Swizzle
[src]

impl PartialEq for Swizzle
[src]

fn eq(&self, __arg_0: &Swizzle) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Swizzle) -> bool

This method tests for !=.

impl Default for Swizzle
[src]

fn default() -> Swizzle

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

impl Debug for Swizzle
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Swizzle
[src]

fn clone(&self) -> Swizzle

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Swizzle
[src]