Enum skia_safe::BlendModeCoeff
source · #[repr(i32)]pub enum BlendModeCoeff {
Zero,
One,
SC,
ISC,
DC,
IDC,
SA,
ISA,
DA,
IDA,
CoeffCount,
}
Variants§
Trait Implementations§
source§impl Clone for SkBlendModeCoeff
impl Clone for SkBlendModeCoeff
source§fn clone(&self) -> SkBlendModeCoeff
fn clone(&self) -> SkBlendModeCoeff
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 SkBlendModeCoeff
impl Debug for SkBlendModeCoeff
source§impl Hash for SkBlendModeCoeff
impl Hash for SkBlendModeCoeff
source§impl PartialEq<SkBlendModeCoeff> for SkBlendModeCoeff
impl PartialEq<SkBlendModeCoeff> for SkBlendModeCoeff
source§fn eq(&self, other: &SkBlendModeCoeff) -> bool
fn eq(&self, other: &SkBlendModeCoeff) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkBlendModeCoeff
impl Eq for SkBlendModeCoeff
impl StructuralEq for SkBlendModeCoeff
impl StructuralPartialEq for SkBlendModeCoeff
Auto Trait Implementations§
impl RefUnwindSafe for SkBlendModeCoeff
impl Send for SkBlendModeCoeff
impl Sync for SkBlendModeCoeff
impl Unpin for SkBlendModeCoeff
impl UnwindSafe for SkBlendModeCoeff
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