pub struct radialGradient;Expand description
HTML
Example:
<radialGradient id="grad2" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:red" /></radialGradient>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for radialGradient
impl RefUnwindSafe for radialGradient
impl Send for radialGradient
impl Sync for radialGradient
impl Unpin for radialGradient
impl UnwindSafe for radialGradient
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