Enum BlendModeCoeff
#[repr(i32)]pub enum BlendModeCoeff {
Zero = 0,
One = 1,
SC = 2,
ISC = 3,
DC = 4,
IDC = 5,
SA = 6,
ISA = 7,
DA = 8,
IDA = 9,
CoeffCount = 10,
}
Variants§
Trait Implementations§
§impl Clone for SkBlendModeCoeff
impl Clone for SkBlendModeCoeff
§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 more§impl Debug for SkBlendModeCoeff
impl Debug for SkBlendModeCoeff
§impl Hash for SkBlendModeCoeff
impl Hash for SkBlendModeCoeff
§impl PartialEq for SkBlendModeCoeff
impl PartialEq for SkBlendModeCoeff
impl Copy for SkBlendModeCoeff
impl Eq for SkBlendModeCoeff
impl StructuralPartialEq for SkBlendModeCoeff
Auto Trait Implementations§
impl Freeze for SkBlendModeCoeff
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