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