Struct win_sys::SystemServices::IMAGE_AUX_SYMBOL_2 [−][src]
#[repr(C, packed(2))]pub struct IMAGE_AUX_SYMBOL_2 {
pub Length: u32,
pub NumberOfRelocations: u16,
pub NumberOfLinenumbers: u16,
pub CheckSum: u32,
pub Number: i16,
pub Selection: u8,
pub bReserved: u8,
pub HighNumber: i16,
}Expand description
Required features: Win32_System_SystemServices
Fields
Length: u32NumberOfRelocations: u16NumberOfLinenumbers: u16CheckSum: u32Number: i16Selection: u8bReserved: u8HighNumber: i16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_AUX_SYMBOL_2
impl Send for IMAGE_AUX_SYMBOL_2
impl Sync for IMAGE_AUX_SYMBOL_2
impl Unpin for IMAGE_AUX_SYMBOL_2
impl UnwindSafe for IMAGE_AUX_SYMBOL_2
Blanket Implementations
Mutably borrows from an owned value. Read more