struct TransformMatrixShaperOptScalar<T: Clone, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> {
pub(crate) profile: TransformMatrixShaperOptimized<T, LINEAR_CAP>,
pub(crate) gamma_lut: usize,
pub(crate) bit_depth: usize,
}Fields§
§profile: TransformMatrixShaperOptimized<T, LINEAR_CAP>§gamma_lut: usize§bit_depth: usizeTrait Implementations§
Source§impl<T: Clone + PointeeSizeExpressible + Copy + Default + 'static, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> TransformExecutor<T> for TransformMatrixShaperOptScalar<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>where
u32: AsPrimitive<T>,
impl<T: Clone + PointeeSizeExpressible + Copy + Default + 'static, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> TransformExecutor<T> for TransformMatrixShaperOptScalar<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 TransformMatrixShaperOptScalar<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> RefUnwindSafe for TransformMatrixShaperOptScalar<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 TransformMatrixShaperOptScalar<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 TransformMatrixShaperOptScalar<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 TransformMatrixShaperOptScalar<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> UnsafeUnpin for TransformMatrixShaperOptScalar<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize> UnwindSafe for TransformMatrixShaperOptScalar<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