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