Struct pelite::image::IMAGE_RESOURCE_DATA_ENTRY[][src]

#[repr(C)]
pub struct IMAGE_RESOURCE_DATA_ENTRY { pub OffsetToData: u32, pub Size: u32, pub CodePage: u32, pub Reserved: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_RESOURCE_DATA_ENTRY
[src]

impl Clone for IMAGE_RESOURCE_DATA_ENTRY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_RESOURCE_DATA_ENTRY
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_RESOURCE_DATA_ENTRY
[src]

Auto Trait Implementations