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