pub enum IccIntent {
Perceptual,
RelativeColorimetric,
Saturation,
AbsoluteColorimetric,
Performance,
__Unknown(u32),
}
Variants§
Trait Implementations§
source§impl From<IccIntent> for BablIccIntent
impl From<IccIntent> for BablIccIntent
source§impl From<u32> for IccIntent
impl From<u32> for IccIntent
source§fn from(icc_intent: BablIccIntent) -> Self
fn from(icc_intent: BablIccIntent) -> Self
Converts to this type from the input type.
impl Copy for IccIntent
Auto Trait Implementations§
impl RefUnwindSafe for IccIntent
impl Send for IccIntent
impl Sync for IccIntent
impl Unpin for IccIntent
impl UnwindSafe for IccIntent
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