Struct read_fonts::tables::ift::FeatureRecord
source · pub struct FeatureRecord {
pub feature_tag: BigEndian<Tag>,
pub first_new_entry_index: U8Or16,
pub entry_map_count: U8Or16,
}
Fields§
§feature_tag: BigEndian<Tag>
§first_new_entry_index: U8Or16
§entry_map_count: U8Or16
Implementations§
source§impl FeatureRecord
impl FeatureRecord
pub fn feature_tag(&self) -> Tag
pub fn first_new_entry_index(&self) -> &U8Or16
pub fn entry_map_count(&self) -> &U8Or16
Trait Implementations§
source§impl Clone for FeatureRecord
impl Clone for FeatureRecord
source§fn clone(&self) -> FeatureRecord
fn clone(&self) -> FeatureRecord
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 FeatureRecord
impl ComputeSize for FeatureRecord
source§impl Debug for FeatureRecord
impl Debug for FeatureRecord
source§impl<'a> FontReadWithArgs<'a> for FeatureRecord
impl<'a> FontReadWithArgs<'a> for FeatureRecord
source§impl<'a> SomeRecord<'a> for FeatureRecord
impl<'a> SomeRecord<'a> for FeatureRecord
fn traverse(self, data: FontData<'a>) -> RecordResolver<'a>
Auto Trait Implementations§
impl Freeze for FeatureRecord
impl RefUnwindSafe for FeatureRecord
impl Send for FeatureRecord
impl Sync for FeatureRecord
impl Unpin for FeatureRecord
impl UnwindSafe for FeatureRecord
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
)