[−][src]Enum gif::DisposalMethod
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
[src][−]
Trait Implementations
impl Copy for DisposalMethod
[src]
impl Eq for DisposalMethod
[src]
impl Clone for DisposalMethod
[src][+]
impl PartialEq<DisposalMethod> for DisposalMethod
[src][+]
impl Debug for DisposalMethod
[src][+]
Auto Trait Implementations
impl Unpin for DisposalMethod
impl Sync for DisposalMethod
impl Send for DisposalMethod
impl UnwindSafe for DisposalMethod
impl RefUnwindSafe for DisposalMethod
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,