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