Enum gif::DisposalMethod
[-] [+]
[src]
pub enum DisposalMethod {
Any,
Keep,
Background,
Previous,
}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. |
Methods
impl DisposalMethod
fn from_u8(n: u8) -> Option<DisposalMethod>
Converts u8 to Option<Self>