Struct winapi::winnt::IMAGE_DEBUG_MISC [] [src]

pub struct IMAGE_DEBUG_MISC {
    pub DataType: DWORD,
    pub Length: DWORD,
    pub Unicode: BOOLEAN,
    pub Reserved: [BYTE; 3],
    pub Data: [BYTE; 0],
}

Fields

DataType: DWORD Length: DWORD Unicode: BOOLEAN Reserved: [BYTE; 3] Data: [BYTE; 0]

Trait Implementations

impl Debug for IMAGE_DEBUG_MISC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for IMAGE_DEBUG_MISC
[src]

impl Clone for IMAGE_DEBUG_MISC
[src]

fn clone(&self) -> IMAGE_DEBUG_MISC

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more