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
impl Clone for ImageArmRuntimeFunctionEntry
[src]
impl Clone for ImageArmRuntimeFunctionEntry
[src]fn clone(&self) -> ImageArmRuntimeFunctionEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageArmRuntimeFunctionEntry
[src]
impl Pod for ImageArmRuntimeFunctionEntry
[src]
Auto Trait Implementations
impl Send for ImageArmRuntimeFunctionEntry
impl Sync for ImageArmRuntimeFunctionEntry
impl Unpin for ImageArmRuntimeFunctionEntry
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.