Enum lief::pe::data_directory::Type
pub enum Type {
Show 17 variants
EXPORT_TABLE,
IMPORT_TABLE,
RESOURCE_TABLE,
EXCEPTION_TABLE,
CERTIFICATE_TABLE,
BASE_RELOCATION_TABLE,
DEBUG_DIR,
ARCHITECTURE,
GLOBAL_PTR,
TLS_TABLE,
LOAD_CONFIG_TABLE,
BOUND_IMPORT,
IAT,
DELAY_IMPORT_DESCRIPTOR,
CLR_RUNTIME_HEADER,
RESERVED,
UNKNOWN(u32),
}
Variants§
EXPORT_TABLE
IMPORT_TABLE
RESOURCE_TABLE
EXCEPTION_TABLE
CERTIFICATE_TABLE
BASE_RELOCATION_TABLE
DEBUG_DIR
ARCHITECTURE
GLOBAL_PTR
TLS_TABLE
LOAD_CONFIG_TABLE
BOUND_IMPORT
IAT
DELAY_IMPORT_DESCRIPTOR
CLR_RUNTIME_HEADER
RESERVED
UNKNOWN(u32)
Trait Implementations§
impl Copy for Type
Auto Trait Implementations§
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