#[repr(C)]pub struct IMAGE_AUX_SYMBOL_EX_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,
    pub rgbReserved: [BYTE; 2],
}Fields§
§Length: DWORD§NumberOfRelocations: WORD§NumberOfLinenumbers: WORD§CheckSum: DWORD§Number: SHORT§Selection: BYTE§bReserved: BYTE§HighNumber: SHORT§rgbReserved: [BYTE; 2]Trait Implementations§
Source§impl Clone for IMAGE_AUX_SYMBOL_EX_Section
 
impl Clone for IMAGE_AUX_SYMBOL_EX_Section
Source§fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_Section
 
fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_Section
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 moreimpl Copy for IMAGE_AUX_SYMBOL_EX_Section
Auto Trait Implementations§
impl Freeze for IMAGE_AUX_SYMBOL_EX_Section
impl RefUnwindSafe for IMAGE_AUX_SYMBOL_EX_Section
impl Send for IMAGE_AUX_SYMBOL_EX_Section
impl Sync for IMAGE_AUX_SYMBOL_EX_Section
impl Unpin for IMAGE_AUX_SYMBOL_EX_Section
impl UnwindSafe for IMAGE_AUX_SYMBOL_EX_Section
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