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: LPSTRfUnicode: WORDnDebugStringLength: WORDTrait Implementations
Returns the “default value” for a type. Read more