pub enum BlendChannel {
Color,
Alpha,
}Expand description
Which part of the BlendInput to pull from
Variants§
Trait Implementations§
Source§impl Clone for BlendChannel
impl Clone for BlendChannel
Source§fn clone(&self) -> BlendChannel
fn clone(&self) -> BlendChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlendChannel
impl Debug for BlendChannel
Source§impl Hash for BlendChannel
impl Hash for BlendChannel
Source§impl PartialEq for BlendChannel
impl PartialEq for BlendChannel
impl Copy for BlendChannel
impl Eq for BlendChannel
impl StructuralPartialEq for BlendChannel
Auto Trait Implementations§
impl Freeze for BlendChannel
impl RefUnwindSafe for BlendChannel
impl Send for BlendChannel
impl Sync for BlendChannel
impl Unpin for BlendChannel
impl UnwindSafe for BlendChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more