pub struct Yxy<T = f32, Wp = D65> {
pub x: T,
pub y: T,
pub luma: T,
pub white_point: Wp,
}
Fields§
§x: T
§y: T
§luma: T
§white_point: Wp
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, Wp> Freeze for Yxy<T, Wp>
impl<T, Wp> RefUnwindSafe for Yxy<T, Wp>where
T: RefUnwindSafe,
Wp: RefUnwindSafe,
impl<T, Wp> Send for Yxy<T, Wp>
impl<T, Wp> Sync for Yxy<T, Wp>
impl<T, Wp> Unpin for Yxy<T, Wp>
impl<T, Wp> UnwindSafe for Yxy<T, Wp>where
T: UnwindSafe,
Wp: UnwindSafe,
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