#[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
sourceimpl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
sourcefn 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 · 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_TOKEN_DEF
Auto Trait Implementations
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
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