Struct pelite::image::IMAGE_BASE_RELOCATION[][src]

#[repr(C)]
pub struct IMAGE_BASE_RELOCATION { pub VirtualAddress: u32, pub SizeOfBlock: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_BASE_RELOCATION
[src]

impl Clone for IMAGE_BASE_RELOCATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_BASE_RELOCATION
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_BASE_RELOCATION
[src]

Auto Trait Implementations