#[repr(i32)]pub enum SkCodecAnimation_Blend {
    SrcOver,
    Src,
}Variants§
Trait Implementations§
source§impl Clone for SkCodecAnimation_Blend
 
impl Clone for SkCodecAnimation_Blend
source§fn clone(&self) -> SkCodecAnimation_Blend
 
fn clone(&self) -> SkCodecAnimation_Blend
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 SkCodecAnimation_Blend
 
impl Debug for SkCodecAnimation_Blend
source§impl Hash for SkCodecAnimation_Blend
 
impl Hash for SkCodecAnimation_Blend
source§impl PartialEq<SkCodecAnimation_Blend> for SkCodecAnimation_Blend
 
impl PartialEq<SkCodecAnimation_Blend> for SkCodecAnimation_Blend
source§fn eq(&self, other: &SkCodecAnimation_Blend) -> bool
 
fn eq(&self, other: &SkCodecAnimation_Blend) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkCodecAnimation_Blend
impl Eq for SkCodecAnimation_Blend
impl StructuralEq for SkCodecAnimation_Blend
impl StructuralPartialEq for SkCodecAnimation_Blend
Auto Trait Implementations§
impl RefUnwindSafe for SkCodecAnimation_Blend
impl Send for SkCodecAnimation_Blend
impl Sync for SkCodecAnimation_Blend
impl Unpin for SkCodecAnimation_Blend
impl UnwindSafe for SkCodecAnimation_Blend
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