#[repr(C, packed(2))]pub struct IMAGE_AUX_SYMBOL_TOKEN_DEF {
pub bAuxType: u8,
pub bReserved: u8,
pub SymbolTableIndex: u32,
pub rgbReserved: [u8; 12],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
bAuxType: u8
bReserved: u8
SymbolTableIndex: u32
rgbReserved: [u8; 12]
Trait Implementations
impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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