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