Struct windows::Win32::System::SystemServices::IMAGE_EXPORT_DIRECTORY
#[repr(C)]pub struct IMAGE_EXPORT_DIRECTORY {
pub Characteristics: u32,
pub TimeDateStamp: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub Name: u32,
pub Base: u32,
pub NumberOfFunctions: u32,
pub NumberOfNames: u32,
pub AddressOfFunctions: u32,
pub AddressOfNames: u32,
pub AddressOfNameOrdinals: u32,
}
Fields§
§Characteristics: u32
§TimeDateStamp: u32
§MajorVersion: u16
§MinorVersion: u16
§Name: u32
§Base: u32
§NumberOfFunctions: u32
§NumberOfNames: u32
§AddressOfFunctions: u32
§AddressOfNames: u32
§AddressOfNameOrdinals: u32
Trait Implementations§
§impl Clone for IMAGE_EXPORT_DIRECTORY
impl Clone for IMAGE_EXPORT_DIRECTORY
§fn clone(&self) -> IMAGE_EXPORT_DIRECTORY
fn clone(&self) -> IMAGE_EXPORT_DIRECTORY
Returns a copy 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 more§impl Debug for IMAGE_EXPORT_DIRECTORY
impl Debug for IMAGE_EXPORT_DIRECTORY
§impl Default for IMAGE_EXPORT_DIRECTORY
impl Default for IMAGE_EXPORT_DIRECTORY
§impl PartialEq for IMAGE_EXPORT_DIRECTORY
impl PartialEq for IMAGE_EXPORT_DIRECTORY
§fn eq(&self, other: &IMAGE_EXPORT_DIRECTORY) -> bool
fn eq(&self, other: &IMAGE_EXPORT_DIRECTORY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IMAGE_EXPORT_DIRECTORY
impl Eq for IMAGE_EXPORT_DIRECTORY
impl StructuralPartialEq for IMAGE_EXPORT_DIRECTORY
Auto Trait Implementations§
impl Freeze for IMAGE_EXPORT_DIRECTORY
impl RefUnwindSafe for IMAGE_EXPORT_DIRECTORY
impl Send for IMAGE_EXPORT_DIRECTORY
impl Sync for IMAGE_EXPORT_DIRECTORY
impl Unpin for IMAGE_EXPORT_DIRECTORY
impl UnwindSafe for IMAGE_EXPORT_DIRECTORY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)