struct ACurves3Inverse<'a> {
curve0: Box<[f32; 65536]>,
curve1: Box<[f32; 65536]>,
curve2: Box<[f32; 65536]>,
clut: &'a [f32],
grid_size: [u8; 3],
interpolation_method: InterpolationMethod,
pcs: DataColorSpace,
depth: usize,
}Fields§
§curve0: Box<[f32; 65536]>§curve1: Box<[f32; 65536]>§curve2: Box<[f32; 65536]>§clut: &'a [f32]§grid_size: [u8; 3]§interpolation_method: InterpolationMethod§pcs: DataColorSpace§depth: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ACurves3Inverse<'a>
impl<'a> RefUnwindSafe for ACurves3Inverse<'a>
impl<'a> Send for ACurves3Inverse<'a>
impl<'a> Sync for ACurves3Inverse<'a>
impl<'a> Unpin for ACurves3Inverse<'a>
impl<'a> UnsafeUnpin for ACurves3Inverse<'a>
impl<'a> UnwindSafe for ACurves3Inverse<'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