Enum magick_rust::bindings::VirtualPixelMethod
source · #[repr(u32)]pub enum VirtualPixelMethod {
Show 17 variants
Undefined = 0,
Background = 1,
Dither = 2,
Edge = 3,
Mirror = 4,
Random = 5,
Tile = 6,
Transparent = 7,
Mask = 8,
Black = 9,
Gray = 10,
White = 11,
HorizontalTile = 12,
VerticalTile = 13,
HorizontalTileEdge = 14,
VerticalTileEdge = 15,
CheckerTile = 16,
}
Variants§
Undefined = 0
Background = 1
Dither = 2
Edge = 3
Mirror = 4
Random = 5
Tile = 6
Transparent = 7
Mask = 8
Black = 9
Gray = 10
White = 11
HorizontalTile = 12
VerticalTile = 13
HorizontalTileEdge = 14
VerticalTileEdge = 15
CheckerTile = 16
Trait Implementations§
source§impl Clone for VirtualPixelMethod
impl Clone for VirtualPixelMethod
source§fn clone(&self) -> VirtualPixelMethod
fn clone(&self) -> VirtualPixelMethod
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 VirtualPixelMethod
impl Debug for VirtualPixelMethod
source§impl Hash for VirtualPixelMethod
impl Hash for VirtualPixelMethod
source§impl PartialEq for VirtualPixelMethod
impl PartialEq for VirtualPixelMethod
source§fn eq(&self, other: &VirtualPixelMethod) -> bool
fn eq(&self, other: &VirtualPixelMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VirtualPixelMethod
impl Eq for VirtualPixelMethod
impl StructuralPartialEq for VirtualPixelMethod
Auto Trait Implementations§
impl Freeze for VirtualPixelMethod
impl RefUnwindSafe for VirtualPixelMethod
impl Send for VirtualPixelMethod
impl Sync for VirtualPixelMethod
impl Unpin for VirtualPixelMethod
impl UnwindSafe for VirtualPixelMethod
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
)