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
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