pub struct Lab2XyzOptions {
pub temp: Vec<f64>,
}
Expand description
Options for lab_2xyz operation
Fields§
§temp: Vec<f64>
temp: Vec<f64>
-> Color temperature
Trait Implementations§
Source§impl Clone for Lab2XyzOptions
impl Clone for Lab2XyzOptions
Source§fn clone(&self) -> Lab2XyzOptions
fn clone(&self) -> Lab2XyzOptions
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 Lab2XyzOptions
impl Debug for Lab2XyzOptions
Auto Trait Implementations§
impl Freeze for Lab2XyzOptions
impl RefUnwindSafe for Lab2XyzOptions
impl Send for Lab2XyzOptions
impl Sync for Lab2XyzOptions
impl Unpin for Lab2XyzOptions
impl UnwindSafe for Lab2XyzOptions
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