Trait IMediaEncodingProperties_Impl
pub trait IMediaEncodingProperties_Impl: IUnknownImpl {
// Required methods
fn Properties(&self) -> Result<MediaPropertySet>;
fn Type(&self) -> Result<HSTRING>;
fn SetSubtype(&self, value: &HSTRING) -> Result<()>;
fn Subtype(&self) -> Result<HSTRING>;
}
Required Methods§
fn Properties(&self) -> Result<MediaPropertySet>
fn Type(&self) -> Result<HSTRING>
fn SetSubtype(&self, value: &HSTRING) -> Result<()>
fn Subtype(&self) -> Result<HSTRING>
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.