struct Lut3x4 {
input: [Vec<f32>; 3],
clut: Vec<f32>,
grid_size: u8,
gamma: [Vec<f32>; 4],
interpolation_method: InterpolationMethod,
pcs: DataColorSpace,
}Fields§
§input: [Vec<f32>; 3]§clut: Vec<f32>§grid_size: u8§gamma: [Vec<f32>; 4]§interpolation_method: InterpolationMethod§pcs: DataColorSpaceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lut3x4
impl RefUnwindSafe for Lut3x4
impl Send for Lut3x4
impl Sync for Lut3x4
impl Unpin for Lut3x4
impl UnsafeUnpin for Lut3x4
impl UnwindSafe for Lut3x4
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