Struct object::pe::ImageAuxSymbolWeak
source · #[repr(C)]pub struct ImageAuxSymbolWeak {
pub weak_default_sym_index: U32Bytes<LittleEndian>,
pub weak_search_type: U32Bytes<LittleEndian>,
}
Expand description
Auxiliary symbol format 3: weak externals.
Used for both ImageSymbol
and ImageSymbolEx
(both with padding).
Fields§
§weak_default_sym_index: U32Bytes<LittleEndian>
the weak extern default symbol index
weak_search_type: U32Bytes<LittleEndian>
Trait Implementations§
source§impl Clone for ImageAuxSymbolWeak
impl Clone for ImageAuxSymbolWeak
source§fn clone(&self) -> ImageAuxSymbolWeak
fn clone(&self) -> ImageAuxSymbolWeak
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 ImageAuxSymbolWeak
impl Debug for ImageAuxSymbolWeak
impl Copy for ImageAuxSymbolWeak
impl Pod for ImageAuxSymbolWeak
Auto Trait Implementations§
impl Freeze for ImageAuxSymbolWeak
impl RefUnwindSafe for ImageAuxSymbolWeak
impl Send for ImageAuxSymbolWeak
impl Sync for ImageAuxSymbolWeak
impl Unpin for ImageAuxSymbolWeak
impl UnwindSafe for ImageAuxSymbolWeak
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§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
)