pub struct FeatureVariations { /* private fields */ }Implementations§
Source§impl FeatureVariations
impl FeatureVariations
pub fn new( major_version: u16, minor_version: u16, feature_variation_record_count: u32, feature_variation_records: Vec<FeatureVariationRecord>, ) -> Self
pub fn major_version(&self) -> u16
pub fn minor_version(&self) -> u16
pub fn feature_variation_record_count(&self) -> u32
pub fn feature_variation_records(&self) -> &[FeatureVariationRecord]
Auto Trait Implementations§
impl Freeze for FeatureVariations
impl RefUnwindSafe for FeatureVariations
impl Send for FeatureVariations
impl Sync for FeatureVariations
impl Unpin for FeatureVariations
impl UnsafeUnpin for FeatureVariations
impl UnwindSafe for FeatureVariations
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