Enum gif::DisposalMethod [−][src]
#[repr(u8)] pub enum DisposalMethod { Any, Keep, Background, Previous, }
Expand description
Disposal method
Variants
StreamingDecoder is not required to take any action.
Do not dispose.
Restore to background color.
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