Trait IWMIStreamProps_Impl
pub trait IWMIStreamProps_Impl: IUnknownImpl {
// Required method
fn GetProperty(
&self,
pszname: &PCWSTR,
ptype: *mut WMT_ATTR_DATATYPE,
pvalue: *mut u8,
pdwsize: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetProperty( &self, pszname: &PCWSTR, ptype: *mut WMT_ATTR_DATATYPE, pvalue: *mut u8, pdwsize: *mut u32, ) -> Result<()>
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.