Struct object::pe::ImageAuxSymbolWeak [−][src]
#[repr(C)]pub struct ImageAuxSymbolWeak { pub weak_default_sym_index: U32Bytes<LE>, pub weak_search_type: U32Bytes<LE>, }
Auxiliary symbol format 3: weak externals.
Used for both ImageSymbol and ImageSymbolEx (both with padding).
Fields
weak_default_sym_index: U32Bytes<LE>the weak extern default symbol index
weak_search_type: U32Bytes<LE>Trait Implementations
impl Clone for ImageAuxSymbolWeak[src]
impl Clone for ImageAuxSymbolWeak[src]fn clone(&self) -> ImageAuxSymbolWeak[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageAuxSymbolWeak[src]
impl Pod for ImageAuxSymbolWeak[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.