#[repr(u8)]pub enum DisposeOp {
None = 0,
Background = 1,
Previous = 2,
}
Expand description
How to reset buffer of an animated png (APNG) at the end of a frame.
Variants§
None = 0
Leave the buffer unchanged.
Background = 1
Clear buffer with the background color.
Previous = 2
Reset the buffer to the state before the current frame.
Implementations§
Trait Implementations§
source§impl PartialEq for DisposeOp
impl PartialEq for DisposeOp
impl Copy for DisposeOp
impl Eq for DisposeOp
impl StructuralPartialEq for DisposeOp
Auto Trait Implementations§
impl Freeze for DisposeOp
impl RefUnwindSafe for DisposeOp
impl Send for DisposeOp
impl Sync for DisposeOp
impl Unpin for DisposeOp
impl UnwindSafe for DisposeOp
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)