#[repr(C)]pub struct Pe_ImportEntry_t {
pub is_ordinal: bool_,
pub name: *const c_char,
pub ordinal: u16,
pub hint_name_rva: u64,
pub hint: u16,
pub iat_value: u64,
pub data: u64,
pub iat_address: u64,
}Fields§
§is_ordinal: bool_§name: *const c_char§ordinal: u16§hint_name_rva: u64§hint: u16§iat_value: u64§data: u64§iat_address: u64Trait Implementations§
Source§impl Clone for Pe_ImportEntry_t
impl Clone for Pe_ImportEntry_t
Source§fn clone(&self) -> Pe_ImportEntry_t
fn clone(&self) -> Pe_ImportEntry_t
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 moreSource§impl Debug for Pe_ImportEntry_t
impl Debug for Pe_ImportEntry_t
impl Copy for Pe_ImportEntry_t
Auto Trait Implementations§
impl Freeze for Pe_ImportEntry_t
impl RefUnwindSafe for Pe_ImportEntry_t
impl !Send for Pe_ImportEntry_t
impl !Sync for Pe_ImportEntry_t
impl Unpin for Pe_ImportEntry_t
impl UnwindSafe for Pe_ImportEntry_t
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