Struct windows_sys::Win32::System::SystemServices::IMAGE_AUX_SYMBOL_EX_3
[−]#[repr(C, packed(2))]pub struct IMAGE_AUX_SYMBOL_EX_3 {
pub Length: u32,
pub NumberOfRelocations: u16,
pub NumberOfLinenumbers: u16,
pub CheckSum: u32,
pub Number: i16,
pub Selection: u8,
pub bReserved: u8,
pub HighNumber: i16,
pub rgbReserved: [u8; 2],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Length: u32
NumberOfRelocations: u16
NumberOfLinenumbers: u16
CheckSum: u32
Number: i16
Selection: u8
bReserved: u8
HighNumber: i16
rgbReserved: [u8; 2]
Trait Implementations
impl Clone for IMAGE_AUX_SYMBOL_EX_3
impl Clone for IMAGE_AUX_SYMBOL_EX_3
impl Copy for IMAGE_AUX_SYMBOL_EX_3
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_AUX_SYMBOL_EX_3
impl Send for IMAGE_AUX_SYMBOL_EX_3
impl Sync for IMAGE_AUX_SYMBOL_EX_3
impl Unpin for IMAGE_AUX_SYMBOL_EX_3
impl UnwindSafe for IMAGE_AUX_SYMBOL_EX_3
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