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 | |
Length | |
Unicode | |
Reserved | |
Data |
Trait Implementations
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