[−][src]Struct wgpu::ColorWrite
Color write mask. Disabled color channels will not be written to.
Implementations
impl ColorWrite
[src][−]
pub const RED: ColorWrite
[src][−][−]
Enable red channel writes
pub const GREEN: ColorWrite
[src][−][−]
Enable green channel writes
pub const BLUE: ColorWrite
[src][−][−]
Enable blue channel writes
pub const ALPHA: ColorWrite
[src][−][−]
Enable alpha channel writes
pub const COLOR: ColorWrite
[src][−][−]
Enable red, green, and blue channel writes
pub const ALL: ColorWrite
[src][−][−]
Enable writes to all channels.
pub const fn empty() -> ColorWrite
[src][−]
Returns an empty set of flags
pub const fn all() -> ColorWrite
[src][−]
Returns the set containing all flags.
pub const fn bits(&self) -> u32
[src][−]
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<ColorWrite>
[src][−]
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub const fn from_bits_truncate(bits: u32) -> ColorWrite
[src][−]
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub const unsafe fn from_bits_unchecked(bits: u32) -> ColorWrite
[src][−]
Convert from underlying bit representation, preserving all bits (even those not corresponding to a defined flag).
pub const fn is_empty(&self) -> bool
[src][−]
Returns true
if no flags are currently stored.
pub const fn is_all(&self) -> bool
[src][−]
Returns true
if all flags are currently set.
pub const fn intersects(&self, other: ColorWrite) -> bool
[src][−]
Returns true
if there are flags common to both self
and other
.
pub const fn contains(&self, other: ColorWrite) -> bool
[src][−]
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: ColorWrite)
[src][−]
Inserts the specified flags in-place.
pub fn remove(&mut self, other: ColorWrite)
[src][−]
Removes the specified flags in-place.
pub fn toggle(&mut self, other: ColorWrite)
[src][−]
Toggles the specified flags in-place.
pub fn set(&mut self, other: ColorWrite, value: bool)
[src][−]
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Binary for ColorWrite
[src][+]
impl BitAnd<ColorWrite> for ColorWrite
[src][+]
impl BitAndAssign<ColorWrite> for ColorWrite
[src][+]
impl BitOr<ColorWrite> for ColorWrite
[src][+]
impl BitOrAssign<ColorWrite> for ColorWrite
[src][+]
impl BitXor<ColorWrite> for ColorWrite
[src][+]
impl BitXorAssign<ColorWrite> for ColorWrite
[src][+]
impl Clone for ColorWrite
[src][+]
impl Copy for ColorWrite
[src]
impl Debug for ColorWrite
[src][+]
impl Default for ColorWrite
[src][+]
impl Eq for ColorWrite
[src]
impl Extend<ColorWrite> for ColorWrite
[src][+]
impl FromIterator<ColorWrite> for ColorWrite
[src][+]
impl Hash for ColorWrite
[src][+]
impl LowerHex for ColorWrite
[src][+]
impl Not for ColorWrite
[src][+]
impl Octal for ColorWrite
[src][+]
impl Ord for ColorWrite
[src][+]
impl PartialEq<ColorWrite> for ColorWrite
[src][+]
impl PartialOrd<ColorWrite> for ColorWrite
[src][+]
impl StructuralEq for ColorWrite
[src]
impl StructuralPartialEq for ColorWrite
[src]
impl Sub<ColorWrite> for ColorWrite
[src][+]
impl SubAssign<ColorWrite> for ColorWrite
[src][+]
impl UpperHex for ColorWrite
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ColorWrite
impl Send for ColorWrite
impl Sync for ColorWrite
impl Unpin for ColorWrite
impl UnwindSafe for ColorWrite
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,