Enum gif::Extensions
source · pub enum Extensions {
Save,
Skip,
}
Expand description
StreamingDecoder configuration parameters Configures how extensions should be handled
Variants§
Save
Saves all extention data
Skip
Skips the data of unknown extensions and extracts the data from known ones
Trait Implementations§
source§impl Debug for Extensions
impl Debug for Extensions
source§impl PartialEq for Extensions
impl PartialEq for Extensions
impl StructuralPartialEq for Extensions
Auto Trait Implementations§
impl Freeze for Extensions
impl RefUnwindSafe for Extensions
impl Send for Extensions
impl Sync for Extensions
impl Unpin for Extensions
impl UnwindSafe for Extensions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more