#[repr(i32)]pub enum SkCodecAnimation_Blend {
SrcOver = 0,
Src = 1,
}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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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 for SkCodecAnimation_Blend
impl PartialEq for SkCodecAnimation_Blend
Source§fn eq(&self, other: &SkCodecAnimation_Blend) -> bool
fn eq(&self, other: &SkCodecAnimation_Blend) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkCodecAnimation_Blend
impl Eq for SkCodecAnimation_Blend
impl StructuralPartialEq for SkCodecAnimation_Blend
Auto Trait Implementations§
impl Freeze for SkCodecAnimation_Blend
impl RefUnwindSafe for SkCodecAnimation_Blend
impl Send for SkCodecAnimation_Blend
impl Sync for SkCodecAnimation_Blend
impl Unpin for SkCodecAnimation_Blend
impl UnsafeUnpin 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