pub struct EffectSolidGradient {
pub name: String,
pub smoothness: Option<f64>,
pub color_stops: Vec<ColorStop>,
pub opacity_stops: Vec<OpacityStop>,
}Expand description
TS EffectSolidGradient (type: 'solid').
Fields§
§name: String§smoothness: Option<f64>§color_stops: Vec<ColorStop>§opacity_stops: Vec<OpacityStop>Trait Implementations§
Source§impl Clone for EffectSolidGradient
impl Clone for EffectSolidGradient
Source§fn clone(&self) -> EffectSolidGradient
fn clone(&self) -> EffectSolidGradient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EffectSolidGradient
impl Debug for EffectSolidGradient
Source§impl Default for EffectSolidGradient
impl Default for EffectSolidGradient
Source§fn default() -> EffectSolidGradient
fn default() -> EffectSolidGradient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectSolidGradient
impl RefUnwindSafe for EffectSolidGradient
impl Send for EffectSolidGradient
impl Sync for EffectSolidGradient
impl Unpin for EffectSolidGradient
impl UnsafeUnpin for EffectSolidGradient
impl UnwindSafe for EffectSolidGradient
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