Struct object::pe::ImageLinenumber
source · #[repr(C)]pub struct ImageLinenumber {
pub symbol_table_index_or_virtual_address: U32Bytes<LittleEndian>,
pub linenumber: U16Bytes<LittleEndian>,
}
Fields§
§symbol_table_index_or_virtual_address: U32Bytes<LittleEndian>
Symbol table index of function name if Linenumber is 0. Otherwise virtual address of line number.
linenumber: U16Bytes<LittleEndian>
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 moresource§impl Debug for ImageLinenumber
impl Debug for ImageLinenumber
impl Copy for ImageLinenumber
impl Pod for ImageLinenumber
Auto Trait Implementations§
impl Freeze for ImageLinenumber
impl RefUnwindSafe for ImageLinenumber
impl Send for ImageLinenumber
impl Sync for ImageLinenumber
impl Unpin for ImageLinenumber
impl UnwindSafe for ImageLinenumber
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§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
)