Struct object::pe::ImageFunctionEntry64 [−][src]
#[repr(C)]pub struct ImageFunctionEntry64 { pub starting_address: U64<LE>, pub ending_address: U64<LE>, pub end_of_prologue_or_unwind_info_address: U64<LE>, }
Fields
starting_address: U64<LE>
ending_address: U64<LE>
end_of_prologue_or_unwind_info_address: U64<LE>
Trait Implementations
impl Clone for ImageFunctionEntry64
[src]
impl Clone for ImageFunctionEntry64
[src]fn clone(&self) -> ImageFunctionEntry64
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageFunctionEntry64
[src]
impl Pod for ImageFunctionEntry64
[src]
Auto Trait Implementations
impl Send for ImageFunctionEntry64
impl Sync for ImageFunctionEntry64
impl Unpin for ImageFunctionEntry64
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.