Enum gif::DisposalMethod [−][src]
#[repr(u8)] pub enum DisposalMethod { Any, Keep, Background, Previous, }
Disposal method
Variants
StreamingDecoder is not required to take any action.
Do not dispose.
Restore to background color.
Restore to previous.
Implementations
impl DisposalMethod
[src][−]
Trait Implementations
impl Clone for DisposalMethod
[src][+]
impl Copy for DisposalMethod
[src]
impl Debug for DisposalMethod
[src][+]
impl Eq for DisposalMethod
[src]
impl PartialEq<DisposalMethod> for DisposalMethod
[src][+]
impl StructuralEq for DisposalMethod
[src]
impl StructuralPartialEq for DisposalMethod
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,