pub enum DataDirectoryType {
Show 16 variants
ExportTable,
ImportTable,
ResourceTable,
ExceptionTable,
CertificateTable,
RelocationTable,
Debug,
Architecture,
GlobalPointer,
TLSTable,
LoadConfigTable,
BoundImportTable,
ImportAddressTable,
DelayImportDescriptor,
CLRRuntimeHeader,
Reserved,
}Variants§
ExportTable
ImportTable
ResourceTable
ExceptionTable
CertificateTable
RelocationTable
Debug
Architecture
GlobalPointer
TLSTable
LoadConfigTable
BoundImportTable
ImportAddressTable
DelayImportDescriptor
CLRRuntimeHeader
Reserved
Trait Implementations§
Source§impl Clone for DataDirectoryType
impl Clone for DataDirectoryType
Source§fn clone(&self) -> DataDirectoryType
fn clone(&self) -> DataDirectoryType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DataDirectoryType
Auto Trait Implementations§
impl Freeze for DataDirectoryType
impl RefUnwindSafe for DataDirectoryType
impl Send for DataDirectoryType
impl Sync for DataDirectoryType
impl Unpin for DataDirectoryType
impl UnsafeUnpin for DataDirectoryType
impl UnwindSafe for DataDirectoryType
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