Struct object::pe::ImageSymbolEx [−][src]
#[repr(C)]pub struct ImageSymbolEx {
pub name: [u8; 8],
pub value: U32Bytes<LE>,
pub section_number: U32Bytes<LE>,
pub typ: U16Bytes<LE>,
pub storage_class: u8,
pub number_of_aux_symbols: u8,
}
Fields
name: [u8; 8]
If first 4 bytes are 0, then second 4 bytes are offset into string table.
value: U32Bytes<LE>
section_number: U32Bytes<LE>
typ: U16Bytes<LE>
storage_class: u8
number_of_aux_symbols: u8
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageSymbolEx
impl Send for ImageSymbolEx
impl Sync for ImageSymbolEx
impl Unpin for ImageSymbolEx
impl UnwindSafe for ImageSymbolEx
Blanket Implementations
Mutably borrows from an owned value. Read more