Struct pelite::image::IMAGE_DEBUG_DIRECTORY[][src]

#[repr(C)]
pub struct IMAGE_DEBUG_DIRECTORY { pub Characteristics: u32, pub TimeDateStamp: u32, pub Version: IMAGE_VERSION<u16>, pub Type: u32, pub SizeOfData: u32, pub AddressOfRawData: u32, pub PointerToRawData: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_DEBUG_DIRECTORY
[src]

impl Clone for IMAGE_DEBUG_DIRECTORY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_DEBUG_DIRECTORY
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_DEBUG_DIRECTORY
[src]

Auto Trait Implementations