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