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