Struct ttf_parser::LazyArray32
source · pub struct LazyArray32<'a, T> { /* private fields */ }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§
source§impl<'a, T: FromData> LazyArray32<'a, T>
impl<'a, T: FromData> LazyArray32<'a, T>
Trait Implementations§
source§impl<'a, T: Clone> Clone for LazyArray32<'a, T>
impl<'a, T: Clone> Clone for LazyArray32<'a, T>
source§fn clone(&self) -> LazyArray32<'a, T>
fn clone(&self) -> LazyArray32<'a, T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more