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: BSTR
type: BSTR
value: BSTR
fullName: BSTR
attr: JS_PROPERTY_ATTRIBUTES
Trait Implementations
impl Clone for JsDebugPropertyInfo
impl Clone for JsDebugPropertyInfo
impl Copy for JsDebugPropertyInfo
Auto Trait Implementations
impl RefUnwindSafe for JsDebugPropertyInfo
impl !Send for JsDebugPropertyInfo
impl !Sync for JsDebugPropertyInfo
impl Unpin for JsDebugPropertyInfo
impl UnwindSafe for JsDebugPropertyInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more