pub struct Subpath {
pub start: Point,
pub segs: Vec<PathSeg>,
pub closing: Closing,
}Expand description
One GraphicBase.GeneralPath(start, elems, closing).
Fields§
§start: Point§segs: Vec<PathSeg>§closing: ClosingTrait Implementations§
impl StructuralPartialEq for Subpath
Auto Trait Implementations§
impl Freeze for Subpath
impl RefUnwindSafe for Subpath
impl Send for Subpath
impl Sync for Subpath
impl Unpin for Subpath
impl UnsafeUnpin for Subpath
impl UnwindSafe for Subpath
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