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