pub(crate) struct TransformShaperRgbAvx<T: Clone + Copy + 'static + PointeeSizeExpressible + Default, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> {
pub(crate) profile: TransformMatrixShaper<T, LINEAR_CAP>,
pub(crate) bit_depth: usize,
pub(crate) gamma_lut: usize,
}Fields§
§profile: TransformMatrixShaper<T, LINEAR_CAP>§bit_depth: usize§gamma_lut: usizeImplementations§
Trait Implementations§
Source§impl<T: Clone + Copy + 'static + PointeeSizeExpressible + Default, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> TransformExecutor<T> for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
u32: AsPrimitive<T>,
impl<T: Clone + Copy + 'static + PointeeSizeExpressible + Default, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> TransformExecutor<T> for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
u32: AsPrimitive<T>,
Auto Trait Implementations§
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> Freeze for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> RefUnwindSafe for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
T: RefUnwindSafe,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> Send for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
T: Send,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> Sync for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
T: Sync,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> Unpin for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> UnsafeUnpin for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> UnwindSafe for TransformShaperRgbAvx<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
T: UnwindSafe,
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