pub struct GradientStrokeShape {
pub nm: Option<String>,
pub o: Property<f32>,
pub w: Property<f32>,
pub s: Property<Vec2>,
pub e: Property<Vec2>,
pub t: u8,
pub g: GradientColors,
pub lc: u8,
pub lj: u8,
pub ml: Option<f32>,
pub d: Vec<DashProperty>,
}Fields§
§nm: Option<String>§o: Property<f32>§w: Property<f32>§s: Property<Vec2>§e: Property<Vec2>§t: u8§g: GradientColors§lc: u8§lj: u8§ml: Option<f32>§d: Vec<DashProperty>Trait Implementations§
Source§impl Clone for GradientStrokeShape
impl Clone for GradientStrokeShape
Source§fn clone(&self) -> GradientStrokeShape
fn clone(&self) -> GradientStrokeShape
Returns a duplicate of the value. Read more
1.0.0 · 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 GradientStrokeShape
impl Debug for GradientStrokeShape
Source§impl<'de> Deserialize<'de> for GradientStrokeShape
impl<'de> Deserialize<'de> for GradientStrokeShape
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GradientStrokeShape
impl RefUnwindSafe for GradientStrokeShape
impl Send for GradientStrokeShape
impl Sync for GradientStrokeShape
impl Unpin for GradientStrokeShape
impl UnwindSafe for GradientStrokeShape
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