Struct object::pe::ImageLinenumber [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for ImageLinenumber
impl Send for ImageLinenumber
impl Sync for ImageLinenumber
impl Unpin for ImageLinenumber
impl UnwindSafe for ImageLinenumber
Blanket Implementations
Mutably borrows from an owned value. Read more