pub struct Xyz2LabOptions {
pub temp: Vec<f64>,
}
Expand description
Options for xyz2_lab operation
Fields§
§temp: Vec<f64>
temp: Vec<f64>
-> Colour temperature
Trait Implementations§
Source§impl Clone for Xyz2LabOptions
impl Clone for Xyz2LabOptions
Source§fn clone(&self) -> Xyz2LabOptions
fn clone(&self) -> Xyz2LabOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Xyz2LabOptions
impl Debug for Xyz2LabOptions
Auto Trait Implementations§
impl Freeze for Xyz2LabOptions
impl RefUnwindSafe for Xyz2LabOptions
impl Send for Xyz2LabOptions
impl Sync for Xyz2LabOptions
impl Unpin for Xyz2LabOptions
impl UnwindSafe for Xyz2LabOptions
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