pub struct FeatureTableSubstitution { /* private fields */ }Implementations§
Source§impl FeatureTableSubstitution
impl FeatureTableSubstitution
pub fn major_version(&self) -> u16
pub fn minor_version(&self) -> u16
pub fn substitution_count(&self) -> u16
pub fn substitution_records(&self) -> &[FeatureTableSubstitutionRecord]
Auto Trait Implementations§
impl Freeze for FeatureTableSubstitution
impl RefUnwindSafe for FeatureTableSubstitution
impl Send for FeatureTableSubstitution
impl Sync for FeatureTableSubstitution
impl Unpin for FeatureTableSubstitution
impl UnsafeUnpin for FeatureTableSubstitution
impl UnwindSafe for FeatureTableSubstitution
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