Struct pelite::image::IMAGE_DYNAMIC_RELOCATION32[][src]

#[repr(C)]
pub struct IMAGE_DYNAMIC_RELOCATION32 { pub Symbol: u32, pub BaseRelocSize: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_DYNAMIC_RELOCATION32
[src]

impl Clone for IMAGE_DYNAMIC_RELOCATION32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_DYNAMIC_RELOCATION32
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_DYNAMIC_RELOCATION32
[src]

Auto Trait Implementations