Struct windows_sys::Win32::System::Diagnostics::Debug::JsDebugPropertyInfo
#[repr(C)]pub struct JsDebugPropertyInfo {
pub name: BSTR,
pub type: BSTR,
pub value: BSTR,
pub fullName: BSTR,
pub attr: JS_PROPERTY_ATTRIBUTES,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§name: BSTR
§type: BSTR
§value: BSTR
§fullName: BSTR
§attr: JS_PROPERTY_ATTRIBUTES