pub struct Outline<'a> { /* private fields */ }
Implementations
sourceimpl<'a> Outline<'a>
impl<'a> Outline<'a>
pub unsafe fn from_raw(raw: &'a FT_Outline) -> Self
pub fn points(&self) -> &'a [Vector]
pub fn contours(&self) -> &'a [c_short]
pub fn contours_iter(&self) -> ContourIterator<'a>ⓘNotable traits for ContourIterator<'a>impl<'a> Iterator for ContourIterator<'a> type Item = CurveIterator<'a>;
Auto Trait Implementations
impl<'a> RefUnwindSafe for Outline<'a>
impl<'a> !Send for Outline<'a>
impl<'a> !Sync for Outline<'a>
impl<'a> Unpin for Outline<'a>
impl<'a> UnwindSafe for Outline<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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