pub struct StrokeShape {
pub nm: Option<String>,
pub c: Property<Vec4>,
pub w: Property<f32>,
pub o: Property<f32>,
pub lc: u8,
pub lj: u8,
pub ml: Option<f32>,
pub d: Vec<DashProperty>,
}Fields§
§nm: Option<String>§c: Property<Vec4>§w: Property<f32>§o: Property<f32>§lc: u8§lj: u8§ml: Option<f32>§d: Vec<DashProperty>Trait Implementations§
Source§impl Clone for StrokeShape
impl Clone for StrokeShape
Source§fn clone(&self) -> StrokeShape
fn clone(&self) -> StrokeShape
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 StrokeShape
impl Debug for StrokeShape
Source§impl<'de> Deserialize<'de> for StrokeShape
impl<'de> Deserialize<'de> for StrokeShape
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 StrokeShape
impl RefUnwindSafe for StrokeShape
impl Send for StrokeShape
impl Sync for StrokeShape
impl Unpin for StrokeShape
impl UnwindSafe for StrokeShape
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