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
Trait Implementations
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 Eq for Swizzle
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 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 Hash for Swizzle
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
__H: Hasher,
Feeds this value into the state given, updating the hasher as necessary.
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 state provided.