Struct pelite::image::IMAGE_DEBUG_MISC[][src]

#[repr(C)]
pub struct IMAGE_DEBUG_MISC { pub DataType: u32, pub Length: u32, pub Unicode: u8, pub Reserved: [u8; 3], pub Name: [u8; 0], }

Fields

Trait Implementations

impl Copy for IMAGE_DEBUG_MISC
[src]

impl Clone for IMAGE_DEBUG_MISC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_DEBUG_MISC
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_DEBUG_MISC
[src]

Auto Trait Implementations