Struct gfx::format::Swizzle
[−]
[src]
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[src]
Trait Implementations
impl PartialOrd<Swizzle> for Swizzle[src]
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 Copy for Swizzle[src]
impl Ord for Swizzle[src]
impl PartialEq<Swizzle> 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 Eq for Swizzle[src]
impl Hash for Swizzle[src]
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
__H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for Swizzle[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
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