Struct object::pe::ImageRuntimeFunctionEntry
source · #[repr(C)]pub struct ImageRuntimeFunctionEntry {
pub begin_address: U32<LittleEndian>,
pub end_address: U32<LittleEndian>,
pub unwind_info_address_or_data: U32<LittleEndian>,
}
Fields§
§begin_address: U32<LittleEndian>
§end_address: U32<LittleEndian>
§unwind_info_address_or_data: U32<LittleEndian>
Trait Implementations§
source§impl Clone for ImageRuntimeFunctionEntry
impl Clone for ImageRuntimeFunctionEntry
source§fn clone(&self) -> ImageRuntimeFunctionEntry
fn clone(&self) -> ImageRuntimeFunctionEntry
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 ImageRuntimeFunctionEntry
impl Debug for ImageRuntimeFunctionEntry
impl Copy for ImageRuntimeFunctionEntry
impl Pod for ImageRuntimeFunctionEntry
Auto Trait Implementations§
impl Freeze for ImageRuntimeFunctionEntry
impl RefUnwindSafe for ImageRuntimeFunctionEntry
impl Send for ImageRuntimeFunctionEntry
impl Sync for ImageRuntimeFunctionEntry
impl Unpin for ImageRuntimeFunctionEntry
impl UnwindSafe for ImageRuntimeFunctionEntry
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
)