Struct owned_ttf_parser::LazyArray32 [−][src]
pub struct LazyArray32<'a, T> { /* fields omitted */ }
Expand description
A slice-like container that converts internal binary data only on access.
This is a low-level, internal structure that should not be used directly.
Implementations
Performs a binary search by specified key
.
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 = LazyArrayIter32<'a, T>
type IntoIter = LazyArrayIter32<'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 LazyArray32<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for LazyArray32<'a, T> where
T: Send,
impl<'a, T> Sync for LazyArray32<'a, T> where
T: Sync,
impl<'a, T> Unpin for LazyArray32<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for LazyArray32<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more