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