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
Auto Trait Implementations
impl RefUnwindSafe for ImageDynamicRelocation64
impl Send for ImageDynamicRelocation64
impl Sync for ImageDynamicRelocation64
impl Unpin for ImageDynamicRelocation64
impl UnwindSafe for ImageDynamicRelocation64
Blanket Implementations
Mutably borrows from an owned value. Read more