Struct owned_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
Returns the “default value” for a type. Read more
type Item = T
type Item = T
The type of the elements being iterated over.
type IntoIter = LazyArrayIter16<'a, T>
type IntoIter = LazyArrayIter16<'a, T>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
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