Struct winapi::um::minwinbase::OUTPUT_DEBUG_STRING_INFO [−][src]
#[repr(C)]pub struct OUTPUT_DEBUG_STRING_INFO {
pub lpDebugStringData: LPSTR,
pub fUnicode: WORD,
pub nDebugStringLength: WORD,
}
Fields
lpDebugStringData: LPSTR
fUnicode: WORD
nDebugStringLength: WORD
Trait Implementations
Returns the “default value” for a type. Read more