Struct ttf_parser::parser::LazyOffsetArray16 [−][src]
pub struct LazyOffsetArray16<'a, T: FromSlice<'a>> { /* fields omitted */ }Expand description
A LazyArray16-like container, but data is accessed by offsets.
Unlike LazyArray16, internal storage is not continuous.
Multiple offsets can point to the same data.
Implementations
Creates a new LazyOffsetArray16.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for LazyOffsetArray16<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for LazyOffsetArray16<'a, T> where
T: Send,
impl<'a, T> Sync for LazyOffsetArray16<'a, T> where
T: Sync,
impl<'a, T> Unpin for LazyOffsetArray16<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for LazyOffsetArray16<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more