pub struct DtUchJch {
pub j: f32,
pub c: f32,
pub h: f32,
}
Expand description
Darktable UCS JCH ( Darktable Uniform Color Space )
Fields§
§j: f32
§c: f32
§h: f32
Implementations§
Trait Implementations§
Source§impl PartialOrd for DtUchJch
impl PartialOrd for DtUchJch
impl Copy for DtUchJch
impl StructuralPartialEq for DtUchJch
Auto Trait Implementations§
impl Freeze for DtUchJch
impl RefUnwindSafe for DtUchJch
impl Send for DtUchJch
impl Sync for DtUchJch
impl Unpin for DtUchJch
impl UnwindSafe for DtUchJch
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