pub struct Contour<'a> { /* private fields */ }Expand description
A contour in an outline.
Implementations§
Trait Implementations§
Source§impl<'a> ExtendFromInternalIterator<Contour<'a>> for Outline
impl<'a> ExtendFromInternalIterator<Contour<'a>> for Outline
Source§fn extend_from_internal_iter<I>(&mut self, internal_iter: I)where
I: IntoInternalIterator<Item = Contour<'a>>,
fn extend_from_internal_iter<I>(&mut self, internal_iter: I)where
I: IntoInternalIterator<Item = Contour<'a>>,
Extends
self with each item of internal_iter.impl<'a> Copy for Contour<'a>
Auto Trait Implementations§
impl<'a> Freeze for Contour<'a>
impl<'a> RefUnwindSafe for Contour<'a>
impl<'a> Send for Contour<'a>
impl<'a> Sync for Contour<'a>
impl<'a> Unpin for Contour<'a>
impl<'a> UnwindSafe for Contour<'a>
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