Struct gfx::format::Swizzle []

pub struct Swizzle(pub ChannelSource, pub ChannelSource, pub ChannelSource, pub ChannelSource);

Channel swizzle configuration for the resource views. Note: It's not currently mirrored at compile-time, thus providing less safety and convenience.

Methods

impl Swizzle

fn new() -> Swizzle

Create a new swizzle where each channel is unmapped.

Trait Implementations

impl Debug for Swizzle

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

Formats the value using the given formatter.

impl Clone for Swizzle

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

impl Hash for Swizzle

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl PartialOrd<Swizzle> for Swizzle

fn partial_cmp(&self, __arg_0: &Swizzle) -> Option<Ordering>

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

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

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

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

impl PartialEq<Swizzle> for Swizzle

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 Ord for Swizzle

fn cmp(&self, __arg_0: &Swizzle) -> Ordering

impl Eq for Swizzle