Trait IMFOutputPolicy_Impl
pub trait IMFOutputPolicy_Impl: IMFAttributes_Impl {
// Required methods
fn GenerateRequiredSchemas(
&self,
dwattributes: u32,
guidoutputsubtype: &GUID,
rgguidprotectionschemassupported: *const GUID,
cprotectionschemassupported: u32,
) -> Result<IMFCollection>;
fn GetOriginatorID(&self) -> Result<GUID>;
fn GetMinimumGRLVersion(&self) -> Result<u32>;
}
Required Methods§
fn GenerateRequiredSchemas( &self, dwattributes: u32, guidoutputsubtype: &GUID, rgguidprotectionschemassupported: *const GUID, cprotectionschemassupported: u32, ) -> Result<IMFCollection>
fn GetOriginatorID(&self) -> Result<GUID>
fn GetMinimumGRLVersion(&self) -> Result<u32>
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.