Struct object::pe::ImageFunctionEntry64
source · #[repr(C)]pub struct ImageFunctionEntry64 {
pub starting_address: U64<LittleEndian>,
pub ending_address: U64<LittleEndian>,
pub end_of_prologue_or_unwind_info_address: U64<LittleEndian>,
}
Fields§
§starting_address: U64<LittleEndian>
§ending_address: U64<LittleEndian>
§end_of_prologue_or_unwind_info_address: U64<LittleEndian>
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 moresource§impl Debug for ImageFunctionEntry64
impl Debug for ImageFunctionEntry64
impl Copy for ImageFunctionEntry64
impl Pod for ImageFunctionEntry64
Auto Trait Implementations§
impl Freeze for ImageFunctionEntry64
impl RefUnwindSafe for ImageFunctionEntry64
impl Send for ImageFunctionEntry64
impl Sync for ImageFunctionEntry64
impl Unpin for ImageFunctionEntry64
impl UnwindSafe for ImageFunctionEntry64
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
)