#[repr(u32)]pub enum ColorManagementRenderingIntent {
Perceptual = 0,
RelativeColormetric = 1,
Saturation = 2,
AbsoluteColormetric = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ColorManagementRenderingIntent
impl Clone for ColorManagementRenderingIntent
Source§fn clone(&self) -> ColorManagementRenderingIntent
fn clone(&self) -> ColorManagementRenderingIntent
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 PartialEq for ColorManagementRenderingIntent
impl PartialEq for ColorManagementRenderingIntent
Source§fn eq(&self, other: &ColorManagementRenderingIntent) -> bool
fn eq(&self, other: &ColorManagementRenderingIntent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ColorManagementRenderingIntent
impl Eq for ColorManagementRenderingIntent
impl StructuralPartialEq for ColorManagementRenderingIntent
Auto Trait Implementations§
impl Freeze for ColorManagementRenderingIntent
impl RefUnwindSafe for ColorManagementRenderingIntent
impl Send for ColorManagementRenderingIntent
impl Sync for ColorManagementRenderingIntent
impl Unpin for ColorManagementRenderingIntent
impl UnsafeUnpin for ColorManagementRenderingIntent
impl UnwindSafe for ColorManagementRenderingIntent
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