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