pub struct Contour<'a> { /* private fields */ }
Expand description
A contour in an outline.
Implementations
sourceimpl<'a> Contour<'a>
impl<'a> Contour<'a>
pub fn points(&self) -> &'a [OutlinePoint]
Trait Implementations
sourceimpl<'a> ExtendFromInternalIterator<Contour<'a>> for Outline
impl<'a> ExtendFromInternalIterator<Contour<'a>> for Outline
sourcefn 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> 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more