Trait IPortableDeviceContent2_Impl
pub trait IPortableDeviceContent2_Impl: IPortableDeviceContent_Impl {
// Required method
fn UpdateObjectWithPropertiesAndData(
&self,
pszobjectid: &PCWSTR,
pproperties: Ref<'_, IPortableDeviceValues>,
ppdata: OutRef<'_, IStream>,
pdwoptimalwritebuffersize: *mut u32,
) -> Result<()>;
}
Required Methods§
fn UpdateObjectWithPropertiesAndData( &self, pszobjectid: &PCWSTR, pproperties: Ref<'_, IPortableDeviceValues>, ppdata: OutRef<'_, IStream>, pdwoptimalwritebuffersize: *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.