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
Trait Implementations
sourceimpl<'a, T: Clone> Clone for LazyArray32<'a, T>
impl<'a, T: Clone> Clone for LazyArray32<'a, T>
sourcefn clone(&self) -> LazyArray32<'a, T>
fn clone(&self) -> LazyArray32<'a, T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T> Default for LazyArray32<'_, T>
impl<T> Default for LazyArray32<'_, T>
sourceimpl<'a, T: FromData> IntoIterator for LazyArray32<'a, T>
impl<'a, T: FromData> IntoIterator for LazyArray32<'a, T>
impl<'a, T: Copy> Copy for LazyArray32<'a, T>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more