#[repr(C)]pub struct IMAGE_AUX_SYMBOL_TOKEN_DEF {
    pub bAuxType: BYTE,
    pub bReserved: BYTE,
    pub SymbolTableIndex: DWORD,
    pub rgbReserved: [BYTE; 12],
}Fields§
§bAuxType: BYTE§bReserved: BYTE§SymbolTableIndex: DWORD§rgbReserved: [BYTE; 12]Trait Implementations§
Source§impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
 
impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
Source§fn clone(&self) -> IMAGE_AUX_SYMBOL_TOKEN_DEF
 
fn clone(&self) -> IMAGE_AUX_SYMBOL_TOKEN_DEF
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_TOKEN_DEF
Auto Trait Implementations§
impl Freeze for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl RefUnwindSafe for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Send for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Sync for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Unpin for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl UnwindSafe for IMAGE_AUX_SYMBOL_TOKEN_DEF
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