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’, ‘Win32_Foundation’
Fields
name: BSTRtype: BSTRvalue: BSTRfullName: BSTRattr: JS_PROPERTY_ATTRIBUTES