#[repr(u64)]pub(super) enum CompatibleFeatures {
LazyRefcounts = 1,
}
Expand description
Compatible feature bits.
Variants§
LazyRefcounts = 1
Trait Implementations§
Source§impl Clone for CompatibleFeatures
impl Clone for CompatibleFeatures
Source§fn clone(&self) -> CompatibleFeatures
fn clone(&self) -> CompatibleFeatures
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 Debug for CompatibleFeatures
impl Debug for CompatibleFeatures
Source§impl From<CompatibleFeatures> for (FeatureType, u8)
impl From<CompatibleFeatures> for (FeatureType, u8)
Source§fn from(feat: CompatibleFeatures) -> (FeatureType, u8)
fn from(feat: CompatibleFeatures) -> (FeatureType, u8)
Get this feature’s feature name table key.
Source§impl PartialEq for CompatibleFeatures
impl PartialEq for CompatibleFeatures
Source§impl TryFrom<u64> for CompatibleFeatures
impl TryFrom<u64> for CompatibleFeatures
impl Copy for CompatibleFeatures
impl Eq for CompatibleFeatures
impl StructuralPartialEq for CompatibleFeatures
Auto Trait Implementations§
impl Freeze for CompatibleFeatures
impl RefUnwindSafe for CompatibleFeatures
impl Send for CompatibleFeatures
impl Sync for CompatibleFeatures
impl Unpin for CompatibleFeatures
impl UnwindSafe for CompatibleFeatures
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