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
impl Clone for ImageArm64RuntimeFunctionEntry
[src]
impl Clone for ImageArm64RuntimeFunctionEntry
[src]fn clone(&self) -> ImageArm64RuntimeFunctionEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ImageArm64RuntimeFunctionEntry
[src]
impl Debug for ImageArm64RuntimeFunctionEntry
[src]impl Copy for ImageArm64RuntimeFunctionEntry
[src]
impl Pod for ImageArm64RuntimeFunctionEntry
[src]
Auto Trait Implementations
impl Send for ImageArm64RuntimeFunctionEntry
impl Sync for ImageArm64RuntimeFunctionEntry
impl Unpin for ImageArm64RuntimeFunctionEntry
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.