pub enum ImageDirectoryEntry {
Show 16 variants
Export = 0,
Import = 1,
Resource = 2,
Exception = 3,
Security = 4,
BaseReloc = 5,
Debug = 6,
Architecture = 7,
GlobalPTR = 8,
TLS = 9,
LoadConfig = 10,
BoundImport = 11,
IAT = 12,
DelayImport = 13,
COMDescriptor = 14,
Reserved = 15,
}
Variants§
Export = 0
Import = 1
Resource = 2
Exception = 3
Security = 4
BaseReloc = 5
Debug = 6
Architecture = 7
GlobalPTR = 8
TLS = 9
LoadConfig = 10
BoundImport = 11
IAT = 12
DelayImport = 13
COMDescriptor = 14
Reserved = 15
Trait Implementations§
Source§impl Clone for ImageDirectoryEntry
impl Clone for ImageDirectoryEntry
Source§fn clone(&self) -> ImageDirectoryEntry
fn clone(&self) -> ImageDirectoryEntry
Returns a duplicate 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 ImageDirectoryEntry
impl Debug for ImageDirectoryEntry
Source§impl PartialEq for ImageDirectoryEntry
impl PartialEq for ImageDirectoryEntry
impl Copy for ImageDirectoryEntry
impl Eq for ImageDirectoryEntry
impl StructuralPartialEq for ImageDirectoryEntry
Auto Trait Implementations§
impl Freeze for ImageDirectoryEntry
impl RefUnwindSafe for ImageDirectoryEntry
impl Send for ImageDirectoryEntry
impl Sync for ImageDirectoryEntry
impl Unpin for ImageDirectoryEntry
impl UnwindSafe for ImageDirectoryEntry
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