Enum magick_rust::bindings::ValidateType
source · #[repr(u32)]pub enum ValidateType {
Show 14 variants
Undefined = 0,
Colorspace = 1,
Compare = 2,
Composite = 4,
Convert = 8,
FormatsDisk = 16,
FormatsMap = 32,
FormatsMemory = 64,
Identify = 128,
ImportExport = 256,
Montage = 512,
Stream = 1_024,
Magick = 2_048,
All = 2_147_483_647,
}
Variants§
Undefined = 0
Colorspace = 1
Compare = 2
Composite = 4
Convert = 8
FormatsDisk = 16
FormatsMap = 32
FormatsMemory = 64
Identify = 128
ImportExport = 256
Montage = 512
Stream = 1_024
Magick = 2_048
All = 2_147_483_647
Implementations§
source§impl ValidateType
impl ValidateType
pub const No: ValidateType = ValidateType::Undefined
Trait Implementations§
source§impl Clone for ValidateType
impl Clone for ValidateType
source§fn clone(&self) -> ValidateType
fn clone(&self) -> ValidateType
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 ValidateType
impl Debug for ValidateType
source§impl Hash for ValidateType
impl Hash for ValidateType
source§impl PartialEq for ValidateType
impl PartialEq for ValidateType
source§fn eq(&self, other: &ValidateType) -> bool
fn eq(&self, other: &ValidateType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ValidateType
impl Eq for ValidateType
impl StructuralPartialEq for ValidateType
Auto Trait Implementations§
impl Freeze for ValidateType
impl RefUnwindSafe for ValidateType
impl Send for ValidateType
impl Sync for ValidateType
impl Unpin for ValidateType
impl UnwindSafe for ValidateType
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
)