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