pub enum PredefinedColorSpace {
SRgb,
DisplayP3,
}Variants§
Trait Implementations§
Source§impl Clone for PredefinedColorSpace
impl Clone for PredefinedColorSpace
Source§fn clone(&self) -> PredefinedColorSpace
fn clone(&self) -> PredefinedColorSpace
Returns a duplicate 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 PredefinedColorSpace
impl Debug for PredefinedColorSpace
Source§impl From<PredefinedColorSpace> for c_uint
impl From<PredefinedColorSpace> for c_uint
Source§fn from(value: PredefinedColorSpace) -> Self
fn from(value: PredefinedColorSpace) -> Self
Converts to this type from the input type.
Source§impl From<u32> for PredefinedColorSpace
impl From<u32> for PredefinedColorSpace
Source§impl Hash for PredefinedColorSpace
impl Hash for PredefinedColorSpace
Source§impl PartialEq for PredefinedColorSpace
impl PartialEq for PredefinedColorSpace
impl Copy for PredefinedColorSpace
impl Eq for PredefinedColorSpace
impl StructuralPartialEq for PredefinedColorSpace
Auto Trait Implementations§
impl Freeze for PredefinedColorSpace
impl RefUnwindSafe for PredefinedColorSpace
impl Send for PredefinedColorSpace
impl Sync for PredefinedColorSpace
impl Unpin for PredefinedColorSpace
impl UnsafeUnpin for PredefinedColorSpace
impl UnwindSafe for PredefinedColorSpace
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