Struct sw_composite::SweepGradientSource
source · pub struct SweepGradientSource {
pub(crate) matrix: MatrixFixedPoint,
pub(crate) t_bias: f32,
pub(crate) t_scale: f32,
pub(crate) lut: [u32; 256],
}
Fields§
§matrix: MatrixFixedPoint
§t_bias: f32
§t_scale: f32
§lut: [u32; 256]
Implementations§
Auto Trait Implementations§
impl Freeze for SweepGradientSource
impl RefUnwindSafe for SweepGradientSource
impl Send for SweepGradientSource
impl Sync for SweepGradientSource
impl Unpin for SweepGradientSource
impl UnwindSafe for SweepGradientSource
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