pub enum BlendOperator {
Source = 0,
Over = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for BlendOperator
impl Clone for BlendOperator
Source§fn clone(&self) -> BlendOperator
fn clone(&self) -> BlendOperator
Returns a copy 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 BlendOperator
impl Debug for BlendOperator
Source§impl Default for BlendOperator
impl Default for BlendOperator
impl Copy for BlendOperator
Auto Trait Implementations§
impl Freeze for BlendOperator
impl RefUnwindSafe for BlendOperator
impl Send for BlendOperator
impl Sync for BlendOperator
impl Unpin for BlendOperator
impl UnwindSafe for BlendOperator
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