Struct object::pe::ImageFunctionEntry [−][src]
#[repr(C)]pub struct ImageFunctionEntry {
pub starting_address: U32<LE>,
pub ending_address: U32<LE>,
pub end_of_prologue: U32<LE>,
}
Fields
starting_address: U32<LE>
ending_address: U32<LE>
end_of_prologue: U32<LE>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageFunctionEntry
impl Send for ImageFunctionEntry
impl Sync for ImageFunctionEntry
impl Unpin for ImageFunctionEntry
impl UnwindSafe for ImageFunctionEntry
Blanket Implementations
Mutably borrows from an owned value. Read more