Struct rin::color::Yxy [−][src]
Fields
x: T
y: T
luma: T
white_point: Wp
Implementations
impl<T, Wp> Yxy<T, Wp> where
T: Channel + Float,
Wp: WhitePoint,
[src]
impl<T, Wp> Yxy<T, Wp> where
T: Channel + Float,
Wp: WhitePoint,
[src]Trait Implementations
Auto Trait Implementations
impl<T, Wp> RefUnwindSafe for Yxy<T, Wp> where
T: RefUnwindSafe,
Wp: RefUnwindSafe,
T: RefUnwindSafe,
Wp: RefUnwindSafe,
impl<T, Wp> Send for Yxy<T, Wp> where
T: Send,
Wp: Send,
T: Send,
Wp: Send,
impl<T, Wp> Sync for Yxy<T, Wp> where
T: Sync,
Wp: Sync,
T: Sync,
Wp: Sync,
impl<T, Wp> Unpin for Yxy<T, Wp> where
T: Unpin,
Wp: Unpin,
T: Unpin,
Wp: Unpin,
impl<T, Wp> UnwindSafe for Yxy<T, Wp> where
T: UnwindSafe,
Wp: UnwindSafe,
T: UnwindSafe,
Wp: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]