Struct object::pe::ImageArm64RuntimeFunctionEntry [−][src]
#[repr(C)]pub struct ImageArm64RuntimeFunctionEntry {
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 ImageArm64RuntimeFunctionEntry
impl Sync for ImageArm64RuntimeFunctionEntry
impl Unpin for ImageArm64RuntimeFunctionEntry
impl UnwindSafe for ImageArm64RuntimeFunctionEntry
Blanket Implementations
Mutably borrows from an owned value. Read more