Struct object::pe::ImageDataDirectory
source · [−]Fields
virtual_address: U32<LE>
size: U32<LE>
Implementations
Return the virtual address range of this directory entry.
Get the data referenced by this directory entry.
This function has some limitations:
- It requires that the data is contained in a single section.
- It uses the size field of the directory entry, which is not desirable for all data directories.
- It uses the
virtual_address
of the directory entry as an address, which is not valid forIMAGE_DIRECTORY_ENTRY_SECURITY
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageDataDirectory
impl Send for ImageDataDirectory
impl Sync for ImageDataDirectory
impl Unpin for ImageDataDirectory
impl UnwindSafe for ImageDataDirectory
Blanket Implementations
Mutably borrows from an owned value. Read more