Struct pelite::image::IMAGE_DYNAMIC_RELOCATION_TABLE[][src]

#[repr(C)]
pub struct IMAGE_DYNAMIC_RELOCATION_TABLE { pub Version: u32, pub Size: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_DYNAMIC_RELOCATION_TABLE
[src]

impl Clone for IMAGE_DYNAMIC_RELOCATION_TABLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_DYNAMIC_RELOCATION_TABLE
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_DYNAMIC_RELOCATION_TABLE
[src]

Auto Trait Implementations