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 moresource§impl Debug for ImageArmRuntimeFunctionEntry
impl Debug for ImageArmRuntimeFunctionEntry
impl Copy for ImageArmRuntimeFunctionEntry
impl Pod for ImageArmRuntimeFunctionEntry
Auto Trait Implementations§
impl RefUnwindSafe for ImageArmRuntimeFunctionEntry
impl Send for ImageArmRuntimeFunctionEntry
impl Sync for ImageArmRuntimeFunctionEntry
impl Unpin for ImageArmRuntimeFunctionEntry
impl UnwindSafe for ImageArmRuntimeFunctionEntry
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