Struct read_fonts::tables::ift::EntryMapRecord
source · pub struct EntryMapRecord {
pub first_entry_index: U8Or16,
pub last_entry_index: U8Or16,
}
Fields§
§first_entry_index: U8Or16
§last_entry_index: U8Or16
Implementations§
source§impl EntryMapRecord
impl EntryMapRecord
pub fn first_entry_index(&self) -> &U8Or16
pub fn last_entry_index(&self) -> &U8Or16
Trait Implementations§
source§impl Clone for EntryMapRecord
impl Clone for EntryMapRecord
source§fn clone(&self) -> EntryMapRecord
fn clone(&self) -> EntryMapRecord
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 ComputeSize for EntryMapRecord
impl ComputeSize for EntryMapRecord
source§impl Debug for EntryMapRecord
impl Debug for EntryMapRecord
source§impl<'a> FontReadWithArgs<'a> for EntryMapRecord
impl<'a> FontReadWithArgs<'a> for EntryMapRecord
source§impl<'a> SomeRecord<'a> for EntryMapRecord
impl<'a> SomeRecord<'a> for EntryMapRecord
fn traverse(self, data: FontData<'a>) -> RecordResolver<'a>
Auto Trait Implementations§
impl Freeze for EntryMapRecord
impl RefUnwindSafe for EntryMapRecord
impl Send for EntryMapRecord
impl Sync for EntryMapRecord
impl Unpin for EntryMapRecord
impl UnwindSafe for EntryMapRecord
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)