Enum magick_rust::bindings::LayerMethod
source · #[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 copy 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
source§fn eq(&self, other: &LayerMethod) -> bool
fn eq(&self, other: &LayerMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
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
)