Struct windows_sys::Win32::System::SystemServices::IMAGE_AUX_SYMBOL_2
[−]#[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
impl Clone for IMAGE_AUX_SYMBOL_2
impl Clone for IMAGE_AUX_SYMBOL_2
impl Copy for IMAGE_AUX_SYMBOL_2
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
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