[−][src]Struct dssim_core::LAB
L*a*b*b, but using float units (values are 100× smaller than in usual integer representation)
Fields
l: f32a: f32b: f32Trait Implementations
impl Add<LAB> for LAB[src]
type Output = LAB
The resulting type after applying the + operator.
fn add(self, other: Self::Output) -> Self::Output[src]
impl Add<f32> for LAB[src]
type Output = LAB
The resulting type after applying the + operator.
fn add(self, other: f32) -> Self::Output[src]
impl Clone for LAB[src]
impl Copy for LAB[src]
impl Debug for LAB[src]
impl Div<LAB> for LAB[src]
type Output = LAB
The resulting type after applying the / operator.
fn div(self, other: Self::Output) -> Self::Output[src]
impl From<LAB> for f64[src]
impl From<LAB> for f32[src]
impl Mul<LAB> for LAB[src]
type Output = LAB
The resulting type after applying the * operator.
fn mul(self, other: LAB) -> Self::Output[src]
impl Mul<LAB> for f32[src]
type Output = LAB
The resulting type after applying the * operator.
fn mul(self, other: LAB) -> Self::Output[src]
impl Mul<f32> for LAB[src]
type Output = LAB
The resulting type after applying the * operator.
fn mul(self, other: f32) -> Self::Output[src]
impl Sub<LAB> for LAB[src]
Auto Trait Implementations
impl RefUnwindSafe for LAB
impl Send for LAB
impl Sync for LAB
impl Unpin for LAB
impl UnwindSafe for LAB
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,