Struct ttf_parser::LazyArray16 [−][src]
pub struct LazyArray16<'a, T> { /* fields omitted */ }
Expand description
A slice-like container that converts internal binary data only on access.
Array values are stored in a continuous data chunk.
Implementations
Performs a binary search by specified key
.
Returns a RangeRecord
for a glyph.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for LazyArray16<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for LazyArray16<'a, T> where
T: Send,
impl<'a, T> Sync for LazyArray16<'a, T> where
T: Sync,
impl<'a, T> Unpin for LazyArray16<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for LazyArray16<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more