Struct object::pe::ImageDynamicRelocation32 [−][src]
#[repr(C)]pub struct ImageDynamicRelocation32 {
pub symbol: U32<LE>,
pub base_reloc_size: U32<LE>,
}
Fields
symbol: U32<LE>
base_reloc_size: U32<LE>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageDynamicRelocation32
impl Send for ImageDynamicRelocation32
impl Sync for ImageDynamicRelocation32
impl Unpin for ImageDynamicRelocation32
impl UnwindSafe for ImageDynamicRelocation32
Blanket Implementations
Mutably borrows from an owned value. Read more