Struct owned_ttf_parser::morx::InsertionEntryData
source · pub struct InsertionEntryData {
pub current_insert_index: u16,
pub marked_insert_index: u16,
}
Expand description
A contextual subtable state table trailing data.
Fields§
§current_insert_index: u16
A current insert index.
marked_insert_index: u16
A marked insert index.
Trait Implementations§
source§impl Clone for InsertionEntryData
impl Clone for InsertionEntryData
source§fn clone(&self) -> InsertionEntryData
fn clone(&self) -> InsertionEntryData
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 Debug for InsertionEntryData
impl Debug for InsertionEntryData
source§impl FromData for InsertionEntryData
impl FromData for InsertionEntryData
impl Copy for InsertionEntryData
Auto Trait Implementations§
impl Freeze for InsertionEntryData
impl RefUnwindSafe for InsertionEntryData
impl Send for InsertionEntryData
impl Sync for InsertionEntryData
impl Unpin for InsertionEntryData
impl UnwindSafe for InsertionEntryData
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