Struct windows::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],
}
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
§fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_3
fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for IMAGE_AUX_SYMBOL_EX_3
impl Default for IMAGE_AUX_SYMBOL_EX_3
impl Copy for IMAGE_AUX_SYMBOL_EX_3
Auto Trait Implementations§
impl Freeze for IMAGE_AUX_SYMBOL_EX_3
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)