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
impl Clone for ImageLinenumber
[src]
impl Clone for ImageLinenumber
[src]fn clone(&self) -> ImageLinenumber
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageLinenumber
[src]
impl Pod for ImageLinenumber
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.