Trait IDebugExtendedProperty_Impl
pub trait IDebugExtendedProperty_Impl: IDebugProperty_Impl {
// Required methods
fn GetExtendedPropertyInfo(
&self,
dwfieldspec: u32,
nradix: u32,
pextendedpropertyinfo: *mut ExtendedDebugPropertyInfo,
) -> Result<()>;
fn EnumExtendedMembers(
&self,
dwfieldspec: u32,
nradix: u32,
) -> Result<IEnumDebugExtendedPropertyInfo>;
}
Required Methods§
fn GetExtendedPropertyInfo( &self, dwfieldspec: u32, nradix: u32, pextendedpropertyinfo: *mut ExtendedDebugPropertyInfo, ) -> Result<()>
fn EnumExtendedMembers( &self, dwfieldspec: u32, nradix: u32, ) -> Result<IEnumDebugExtendedPropertyInfo>
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.