pub struct SvgPath {
pub path: String,
pub fill: Color32,
}Expand description
Individual SVG path with styling
Fields§
§path: StringSVG path data string
fill: Color32Fill color for the path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SvgPath
impl RefUnwindSafe for SvgPath
impl Send for SvgPath
impl Sync for SvgPath
impl Unpin for SvgPath
impl UnsafeUnpin for SvgPath
impl UnwindSafe for SvgPath
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