#[repr(u32)]pub enum LayerMethod {
Show 17 variants
Undefined = 0,
Coalesce = 1,
CompareAny = 2,
CompareClear = 3,
CompareOverlay = 4,
Dispose = 5,
Optimize = 6,
OptimizeImage = 7,
OptimizePlus = 8,
OptimizeTrans = 9,
RemoveDups = 10,
RemoveZero = 11,
Composite = 12,
Merge = 13,
Flatten = 14,
Mosaic = 15,
TrimBounds = 16,
}
Variants§
Undefined = 0
Coalesce = 1
CompareAny = 2
CompareClear = 3
CompareOverlay = 4
Dispose = 5
Optimize = 6
OptimizeImage = 7
OptimizePlus = 8
OptimizeTrans = 9
RemoveDups = 10
RemoveZero = 11
Composite = 12
Merge = 13
Flatten = 14
Mosaic = 15
TrimBounds = 16
Trait Implementations§
Source§impl Clone for LayerMethod
impl Clone for LayerMethod
Source§fn clone(&self) -> LayerMethod
fn clone(&self) -> LayerMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LayerMethod
impl Debug for LayerMethod
Source§impl Hash for LayerMethod
impl Hash for LayerMethod
Source§impl PartialEq for LayerMethod
impl PartialEq for LayerMethod
impl Copy for LayerMethod
impl Eq for LayerMethod
impl StructuralPartialEq for LayerMethod
Auto Trait Implementations§
impl Freeze for LayerMethod
impl RefUnwindSafe for LayerMethod
impl Send for LayerMethod
impl Sync for LayerMethod
impl Unpin for LayerMethod
impl UnwindSafe for LayerMethod
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