Enum gif::DisposalMethod
[−]
[src]
pub enum DisposalMethod {
Any,
Keep,
Background,
Previous,
}Disposal method
Variants
AnyStreamingDecoder is not required to take any action.
KeepDo not dispose.
BackgroundRestore to background color.
PreviousRestore to previous.
Methods
impl DisposalMethod[src]
fn from_u8(n: u8) -> Option<DisposalMethod>
Converts u8 to Option<Self>
Trait Implementations
impl Clone for DisposalMethod[src]
fn clone(&self) -> DisposalMethod
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more