Struct ttf_parser::tables::cff::index::VarOffsets
source · pub struct VarOffsets<'a> {
pub data: &'a [u8],
pub offset_size: OffsetSize,
}
Fields§
§data: &'a [u8]
§offset_size: OffsetSize
Implementations§
Trait Implementations§
source§impl<'a> Clone for VarOffsets<'a>
impl<'a> Clone for VarOffsets<'a>
source§fn clone(&self) -> VarOffsets<'a>
fn clone(&self) -> VarOffsets<'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 VarOffsets<'a>
impl<'a> Debug for VarOffsets<'a>
impl<'a> Copy for VarOffsets<'a>
Auto Trait Implementations§
impl<'a> Freeze for VarOffsets<'a>
impl<'a> RefUnwindSafe for VarOffsets<'a>
impl<'a> Send for VarOffsets<'a>
impl<'a> Sync for VarOffsets<'a>
impl<'a> Unpin for VarOffsets<'a>
impl<'a> UnwindSafe for VarOffsets<'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