#[repr(C)]pub enum JxlRenderingIntent {
Perceptual = 0,
Relative = 1,
Saturation = 2,
Absolute = 3,
}Expand description
Rendering intent for color encoding, as specified in ISO 15076-1:2010
Variants§
Perceptual = 0
vendor-specific
Relative = 1
media-relative
Saturation = 2
vendor-specific
Absolute = 3
ICC-absolute
Trait Implementations§
Source§impl Clone for JxlRenderingIntent
impl Clone for JxlRenderingIntent
Source§fn clone(&self) -> JxlRenderingIntent
fn clone(&self) -> JxlRenderingIntent
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 JxlRenderingIntent
impl Debug for JxlRenderingIntent
Source§impl Hash for JxlRenderingIntent
impl Hash for JxlRenderingIntent
Source§impl PartialEq for JxlRenderingIntent
impl PartialEq for JxlRenderingIntent
impl Copy for JxlRenderingIntent
impl Eq for JxlRenderingIntent
impl StructuralPartialEq for JxlRenderingIntent
Auto Trait Implementations§
impl Freeze for JxlRenderingIntent
impl RefUnwindSafe for JxlRenderingIntent
impl Send for JxlRenderingIntent
impl Sync for JxlRenderingIntent
impl Unpin for JxlRenderingIntent
impl UnwindSafe for JxlRenderingIntent
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