#[repr(C)]pub struct IMAGE_AUX_SYMBOL_Section {
    pub Length: DWORD,
    pub NumberOfRelocations: WORD,
    pub NumberOfLinenumbers: WORD,
    pub CheckSum: DWORD,
    pub Number: SHORT,
    pub Selection: BYTE,
    pub bReserved: BYTE,
    pub HighNumber: SHORT,
}Fields
Length: DWORDNumberOfRelocations: WORDNumberOfLinenumbers: WORDCheckSum: DWORDNumber: SHORTSelection: BYTEbReserved: BYTEHighNumber: SHORTTrait Implementations
sourceimpl Clone for IMAGE_AUX_SYMBOL_Section
 
impl Clone for IMAGE_AUX_SYMBOL_Section
sourcefn clone(&self) -> IMAGE_AUX_SYMBOL_Section
 
fn clone(&self) -> IMAGE_AUX_SYMBOL_Section
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for IMAGE_AUX_SYMBOL_Section
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_AUX_SYMBOL_Section
impl Send for IMAGE_AUX_SYMBOL_Section
impl Sync for IMAGE_AUX_SYMBOL_Section
impl Unpin for IMAGE_AUX_SYMBOL_Section
impl UnwindSafe for IMAGE_AUX_SYMBOL_Section
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more