Struct ttf_parser::parser::LazyArray16 [−][src]
pub struct LazyArray16<'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
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