pub enum Type {
Show 13 variants
Null,
Load,
Dynamic,
Interp,
Note,
ShLib,
Phdr,
TLS,
Num,
GNUEHFrame,
GNUStack,
GNURelRO,
Any(Elf64Word),
}
Variants§
Null
Program header table entry unused
Load
Loadable program segment
Dynamic
dynamic linking information
Interp
Program interpreter
Note
Auxiliary information
ShLib
Reserved
Phdr
Entry for header table itself
TLS
Thread-local storage segment
Num
Number of defined types
GNUEHFrame
GCC .eh_frame_hdr segment
GNUStack
Indicates stack executability
GNURelRO
Read-only after relocation
Any(Elf64Word)
User-defined values
Implementations§
Trait Implementations§
Source§impl Ord for Type
impl Ord for Type
Source§impl PartialOrd for Type
impl PartialOrd 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