Struct object::pe::ImageFunctionEntry64
source · #[repr(C)]pub struct ImageFunctionEntry64 {
pub starting_address: U64<LE>,
pub ending_address: U64<LE>,
pub end_of_prologue_or_unwind_info_address: U64<LE>,
}
Fields§
§starting_address: U64<LE>
§ending_address: U64<LE>
§end_of_prologue_or_unwind_info_address: U64<LE>
Trait Implementations§
source§impl Clone for ImageFunctionEntry64
impl Clone for ImageFunctionEntry64
source§fn clone(&self) -> ImageFunctionEntry64
fn clone(&self) -> ImageFunctionEntry64
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