Struct raqote::blitter::LinearGradientShader
source · pub struct LinearGradientShader {
gradient: Box<GradientSource>,
spread: Spread,
}
Fields§
§gradient: Box<GradientSource>
§spread: Spread
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearGradientShader
impl RefUnwindSafe for LinearGradientShader
impl Send for LinearGradientShader
impl Sync for LinearGradientShader
impl Unpin for LinearGradientShader
impl UnwindSafe for LinearGradientShader
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