#[repr(C)]pub struct ExportDirectory {
pub characteristics: u32,
pub time_date_stamp: u32,
pub major_version: u16,
pub minor_version: u16,
pub name: u32,
pub base: u32,
pub number_of_functions: u32,
pub number_of_names: u32,
pub address_of_functions: u32,
pub address_of_names: u32,
pub address_of_name_ordinals: u32,
}Fields§
§characteristics: u32§time_date_stamp: u32§major_version: u16§minor_version: u16§name: u32§base: u32§number_of_functions: u32§number_of_names: u32§address_of_functions: u32§address_of_names: u32§address_of_name_ordinals: u32Trait Implementations§
Source§impl Clone for ExportDirectory
impl Clone for ExportDirectory
Source§fn clone(&self) -> ExportDirectory
fn clone(&self) -> ExportDirectory
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 ExportDirectory
impl Debug for ExportDirectory
impl Copy for ExportDirectory
Auto Trait Implementations§
impl Freeze for ExportDirectory
impl RefUnwindSafe for ExportDirectory
impl Send for ExportDirectory
impl Sync for ExportDirectory
impl Unpin for ExportDirectory
impl UnwindSafe for ExportDirectory
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