pub struct PefImportedLibrary {
pub name_offset: u32,
pub old_imp_version: u32,
pub current_version: u32,
pub imported_symbol_count: u32,
pub first_imported_symbol: u32,
pub options: u8,
}Expand description
One 24-byte imported-library table entry from the loader section.
Fields§
§name_offset: u32§old_imp_version: u32§current_version: u32§imported_symbol_count: u32§first_imported_symbol: u32§options: u8Implementations§
Source§impl PefImportedLibrary
impl PefImportedLibrary
pub fn init_before_client(self) -> bool
pub fn weak_import(self) -> bool
Trait Implementations§
Source§impl Clone for PefImportedLibrary
impl Clone for PefImportedLibrary
Source§fn clone(&self) -> PefImportedLibrary
fn clone(&self) -> PefImportedLibrary
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 PefImportedLibrary
Source§impl Debug for PefImportedLibrary
impl Debug for PefImportedLibrary
impl Eq for PefImportedLibrary
Source§impl PartialEq for PefImportedLibrary
impl PartialEq for PefImportedLibrary
impl StructuralPartialEq for PefImportedLibrary
Auto Trait Implementations§
impl Freeze for PefImportedLibrary
impl RefUnwindSafe for PefImportedLibrary
impl Send for PefImportedLibrary
impl Sync for PefImportedLibrary
impl Unpin for PefImportedLibrary
impl UnsafeUnpin for PefImportedLibrary
impl UnwindSafe for PefImportedLibrary
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,
impl<S, T> Duplex<S> for Twhere
T: FromSample<S> + ToSample<S>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.