Trait IJsDebugProperty_Impl
pub trait IJsDebugProperty_Impl: IUnknownImpl {
// Required methods
fn GetPropertyInfo(
&self,
nradix: u32,
ppropertyinfo: *mut JsDebugPropertyInfo,
) -> Result<()>;
fn GetMembers(
&self,
members: JS_PROPERTY_MEMBERS,
) -> Result<IJsEnumDebugProperty>;
}
Required Methods§
fn GetPropertyInfo( &self, nradix: u32, ppropertyinfo: *mut JsDebugPropertyInfo, ) -> Result<()>
fn GetMembers( &self, members: JS_PROPERTY_MEMBERS, ) -> Result<IJsEnumDebugProperty>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.