Enum gif::DisposalMethod [−][src]
#[repr(u8)]
pub enum DisposalMethod {
Any,
Keep,
Background,
Previous,
}
Expand description
Disposal method
Variants
Any
StreamingDecoder is not required to take any action.
Keep
Do not dispose.
Background
Restore to background color.
Previous
Restore to previous.
Implementations
Converts u8
to Option<Self>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisposalMethod
impl Send for DisposalMethod
impl Sync for DisposalMethod
impl Unpin for DisposalMethod
impl UnwindSafe for DisposalMethod
Blanket Implementations
Mutably borrows from an owned value. Read more