pub struct OkLab {
pub l: f32,
pub a: f32,
pub b: f32,
}Expand description
oklab color
Fields§
§l: f32§a: f32§b: f32Implementations§
Trait Implementations§
impl Copy for OkLab
impl StructuralPartialEq for OkLab
Auto Trait Implementations§
impl Freeze for OkLab
impl RefUnwindSafe for OkLab
impl Send for OkLab
impl Sync for OkLab
impl Unpin for OkLab
impl UnsafeUnpin for OkLab
impl UnwindSafe for OkLab
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