pub struct linearGradient;Expand description
HTML
Example:
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:rgb(255,255,0)" /></linearGradient>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for linearGradient
impl RefUnwindSafe for linearGradient
impl Send for linearGradient
impl Sync for linearGradient
impl Unpin for linearGradient
impl UnwindSafe for linearGradient
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