pub struct Contour {
pub segments: Vec<Segment>,
}
Expand description
A closed loop consisting of a sequence of Segment
s.
Fields§
§segments: Vec<Segment>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Contour
impl Send for Contour
impl Sync for Contour
impl Unpin for Contour
impl UnwindSafe for Contour
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