Trait IMFTrustedOutput_Impl
pub trait IMFTrustedOutput_Impl: IUnknownImpl {
// Required methods
fn GetOutputTrustAuthorityCount(&self) -> Result<u32>;
fn GetOutputTrustAuthorityByIndex(
&self,
dwindex: u32,
) -> Result<IMFOutputTrustAuthority>;
fn IsFinal(&self) -> Result<BOOL>;
}
Required Methods§
fn GetOutputTrustAuthorityCount(&self) -> Result<u32>
fn GetOutputTrustAuthorityByIndex( &self, dwindex: u32, ) -> Result<IMFOutputTrustAuthority>
fn IsFinal(&self) -> Result<BOOL>
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.