Enum gif::DisposalMethod [−][src]
#[repr(u8)] pub enum DisposalMethod { Any, Keep, Background, Previous, }
Disposal method
Variants
StreamingDecoder is not required to take any action.
Do not dispose.
Restore to background color.
Restore to previous.
Implementations
impl DisposalMethod
[src]
impl DisposalMethod
[src]Trait Implementations
impl Clone for DisposalMethod
[src]
impl Clone for DisposalMethod
[src]fn clone(&self) -> DisposalMethod
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<DisposalMethod> for DisposalMethod
[src]
impl PartialEq<DisposalMethod> for DisposalMethod
[src]