struct SvgShape {
segments: Vec<Segment>,
fill: u32,
}Expand description
1 つの塗りつぶし図形(フラット化済みセグメント + fill 色 ARGB)
Fields§
§segments: Vec<Segment>§fill: u32Auto Trait Implementations§
impl Freeze for SvgShape
impl RefUnwindSafe for SvgShape
impl Send for SvgShape
impl Sync for SvgShape
impl Unpin for SvgShape
impl UnsafeUnpin for SvgShape
impl UnwindSafe for SvgShape
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