Struct object::pe::ImageLinenumber
source · #[repr(C)]pub struct ImageLinenumber {
pub symbol_table_index_or_virtual_address: U32Bytes<LE>,
pub linenumber: U16Bytes<LE>,
}
Fields§
§symbol_table_index_or_virtual_address: U32Bytes<LE>
Symbol table index of function name if Linenumber is 0. Otherwise virtual address of line number.
linenumber: U16Bytes<LE>
Line number.
Trait Implementations§
source§impl Clone for ImageLinenumber
impl Clone for ImageLinenumber
source§fn clone(&self) -> ImageLinenumber
fn clone(&self) -> ImageLinenumber
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