Struct winapi::um::minwinbase::OUTPUT_DEBUG_STRING_INFO
source · #[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§
source§impl Clone for OUTPUT_DEBUG_STRING_INFO
impl Clone for OUTPUT_DEBUG_STRING_INFO
source§fn clone(&self) -> OUTPUT_DEBUG_STRING_INFO
fn clone(&self) -> OUTPUT_DEBUG_STRING_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for OUTPUT_DEBUG_STRING_INFO
impl Default for OUTPUT_DEBUG_STRING_INFO
source§fn default() -> OUTPUT_DEBUG_STRING_INFO
fn default() -> OUTPUT_DEBUG_STRING_INFO
Returns the “default value” for a type. Read more