pub struct BlendChannel {
pub equation: Equation,
pub source: Factor,
pub destination: Factor,
}Fields§
§equation: Equation§source: Factor§destination: FactorTrait 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 Default for BlendChannel
impl Default for BlendChannel
Source§fn default() -> BlendChannel
fn default() -> BlendChannel
Returns the “default value” for a type. Read more
Source§impl Hash for BlendChannel
impl Hash for BlendChannel
Source§impl Ord for BlendChannel
impl Ord for BlendChannel
Source§fn cmp(&self, other: &BlendChannel) -> Ordering
fn cmp(&self, other: &BlendChannel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlendChannel
impl PartialEq for BlendChannel
Source§impl PartialOrd for BlendChannel
impl PartialOrd 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