pub struct Feature { /* private fields */ }Implementations§
Source§impl Feature
impl Feature
pub fn new( feature_params_offset: Option<u16>, feature_params: Option<FeatureParams>, lookup_index_count: u16, lookup_list_indices: Vec<u16>, ) -> Self
pub fn feature_params_offset(&self) -> Option<u16>
pub fn feature_params(&self) -> Option<FeatureParams>
pub fn lookup_index_count(&self) -> u16
pub fn lookup_list_indices(&self) -> &[u16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnsafeUnpin for Feature
impl UnwindSafe for Feature
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