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]pub fn from_u8(n: u8) -> Option<DisposalMethod>[src]
Converts u8 to Option<Self>
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]