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