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