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