pub enum Type {
Show 19 variants
Null,
ProgBits,
SymTab,
StrTab,
Rela,
Hash,
Dynamic,
Note,
NoBits,
Rel,
ShLib,
DynSym,
InitArray,
FiniArray,
PreInitArray,
Group,
SymTabShNdx,
Num,
Any(Elf64Word),
}
Variants§
Null
Section header table entry unused
ProgBits
Program data
SymTab
Symbol table
StrTab
String table
Rela
Relocation entries with addends
Hash
Symbol hash table
Dynamic
Dynamic linking information
Note
Notes
NoBits
Program space with no data(.bss)
Rel
Relocation entries, no addends
ShLib
Reserved
DynSym
Dynamic linker symbol table
InitArray
Array of constructors
FiniArray
Array of destructors
PreInitArray
Array of preconstructors
Group
Section group
SymTabShNdx
Extended section indices
Num
Number of defined types
Any(Elf64Word)
Trait Implementations§
Source§impl Ord for Type
impl Ord for Type
Source§impl PartialOrd for Type
impl PartialOrd for Type
impl Copy for Type
impl Eq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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