vizia::vg::codec::codec_animation

Type Alias DisposalMethod

pub type DisposalMethod = SkCodecAnimation_DisposalMethod;

Aliased Type§

enum DisposalMethod {
    Keep = 1,
    RestoreBGColor = 2,
    RestorePrevious = 3,
}

Variants§

§

Keep = 1

§

RestoreBGColor = 2

§

RestorePrevious = 3

Trait Implementations

§

impl Clone for SkCodecAnimation_DisposalMethod

§

fn clone(&self) -> SkCodecAnimation_DisposalMethod

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SkCodecAnimation_DisposalMethod

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Hash for SkCodecAnimation_DisposalMethod

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl PartialEq for SkCodecAnimation_DisposalMethod

§

fn eq(&self, other: &SkCodecAnimation_DisposalMethod) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for SkCodecAnimation_DisposalMethod

§

impl Eq for SkCodecAnimation_DisposalMethod

§

impl StructuralPartialEq for SkCodecAnimation_DisposalMethod