Enum magick_rust::bindings::PaintMethod
source · #[repr(u32)]pub enum PaintMethod {
Undefined = 0,
Point = 1,
Replace = 2,
Floodfill = 3,
FillToBorder = 4,
Reset = 5,
}
Variants§
Trait Implementations§
source§impl Clone for PaintMethod
impl Clone for PaintMethod
source§fn clone(&self) -> PaintMethod
fn clone(&self) -> PaintMethod
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 PaintMethod
impl Debug for PaintMethod
source§impl Hash for PaintMethod
impl Hash for PaintMethod
source§impl PartialEq for PaintMethod
impl PartialEq for PaintMethod
source§fn eq(&self, other: &PaintMethod) -> bool
fn eq(&self, other: &PaintMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PaintMethod
impl Eq for PaintMethod
impl StructuralPartialEq for PaintMethod
Auto Trait Implementations§
impl Freeze for PaintMethod
impl RefUnwindSafe for PaintMethod
impl Send for PaintMethod
impl Sync for PaintMethod
impl Unpin for PaintMethod
impl UnwindSafe for PaintMethod
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
)