Struct ttf_parser::delta_set::DeltaSetIndexMap
source · pub(crate) struct DeltaSetIndexMap<'a> {
data: &'a [u8],
}
Fields§
§data: &'a [u8]
Implementations§
Trait Implementations§
source§impl<'a> Clone for DeltaSetIndexMap<'a>
impl<'a> Clone for DeltaSetIndexMap<'a>
source§fn clone(&self) -> DeltaSetIndexMap<'a>
fn clone(&self) -> DeltaSetIndexMap<'a>
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 moresource§impl<'a> Debug for DeltaSetIndexMap<'a>
impl<'a> Debug for DeltaSetIndexMap<'a>
impl<'a> Copy for DeltaSetIndexMap<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeltaSetIndexMap<'a>
impl<'a> RefUnwindSafe for DeltaSetIndexMap<'a>
impl<'a> Send for DeltaSetIndexMap<'a>
impl<'a> Sync for DeltaSetIndexMap<'a>
impl<'a> Unpin for DeltaSetIndexMap<'a>
impl<'a> UnwindSafe for DeltaSetIndexMap<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more