Struct ttf_parser::tables::glyf::CoordsIter
source · struct CoordsIter<'a> {
stream: Stream<'a>,
prev: i16,
}
Fields§
§stream: Stream<'a>
§prev: i16
Implementations§
Trait Implementations§
source§impl<'a> Clone for CoordsIter<'a>
impl<'a> Clone for CoordsIter<'a>
source§fn clone(&self) -> CoordsIter<'a>
fn clone(&self) -> CoordsIter<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Default for CoordsIter<'a>
impl<'a> Default for CoordsIter<'a>
source§fn default() -> CoordsIter<'a>
fn default() -> CoordsIter<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for CoordsIter<'a>
impl<'a> RefUnwindSafe for CoordsIter<'a>
impl<'a> Send for CoordsIter<'a>
impl<'a> Sync for CoordsIter<'a>
impl<'a> Unpin for CoordsIter<'a>
impl<'a> UnwindSafe for CoordsIter<'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