#[repr(u32)]pub(super) enum HeaderExtensionType {
End = 0,
BackingFileFormat = 3_799_591_626,
FeatureNameTable = 1_745_090_647,
ExternalDataFileName = 1_145_132_097,
}
Expand description
Extension type IDs.
Variants§
End = 0
End of extension list.
BackingFileFormat = 3_799_591_626
Backing file format string.
FeatureNameTable = 1_745_090_647
Map of feature bits to human-readable names.
ExternalDataFileName = 1_145_132_097
External data file filename string.
Trait Implementations§
Source§impl Clone for HeaderExtensionType
impl Clone for HeaderExtensionType
Source§fn clone(&self) -> HeaderExtensionType
fn clone(&self) -> HeaderExtensionType
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 HeaderExtensionType
impl Debug for HeaderExtensionType
Source§impl PartialEq for HeaderExtensionType
impl PartialEq for HeaderExtensionType
Source§impl TryFrom<u32> for HeaderExtensionType
impl TryFrom<u32> for HeaderExtensionType
impl Copy for HeaderExtensionType
impl Eq for HeaderExtensionType
impl StructuralPartialEq for HeaderExtensionType
Auto Trait Implementations§
impl Freeze for HeaderExtensionType
impl RefUnwindSafe for HeaderExtensionType
impl Send for HeaderExtensionType
impl Sync for HeaderExtensionType
impl Unpin for HeaderExtensionType
impl UnwindSafe for HeaderExtensionType
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