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