Enum magick_rust::bindings::IlluminantType
source · #[repr(u32)]pub enum IlluminantType {
Undefined = 5,
A = 0,
B = 1,
C = 2,
D50 = 3,
D55 = 4,
D75 = 6,
E = 7,
F2 = 8,
F7 = 9,
F11 = 10,
}
Variants§
Implementations§
source§impl IlluminantType
impl IlluminantType
pub const D65: IlluminantType = IlluminantType::Undefined
Trait Implementations§
source§impl Clone for IlluminantType
impl Clone for IlluminantType
source§fn clone(&self) -> IlluminantType
fn clone(&self) -> IlluminantType
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 IlluminantType
impl Debug for IlluminantType
source§impl Hash for IlluminantType
impl Hash for IlluminantType
source§impl PartialEq for IlluminantType
impl PartialEq for IlluminantType
source§fn eq(&self, other: &IlluminantType) -> bool
fn eq(&self, other: &IlluminantType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IlluminantType
impl Eq for IlluminantType
impl StructuralPartialEq for IlluminantType
Auto Trait Implementations§
impl Freeze for IlluminantType
impl RefUnwindSafe for IlluminantType
impl Send for IlluminantType
impl Sync for IlluminantType
impl Unpin for IlluminantType
impl UnwindSafe for IlluminantType
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
)