Trait IEVRTrustedVideoPlugin_Impl
pub trait IEVRTrustedVideoPlugin_Impl: IUnknownImpl {
// Required methods
fn IsInTrustedVideoMode(&self) -> Result<BOOL>;
fn CanConstrict(&self) -> Result<BOOL>;
fn SetConstriction(&self, dwkpix: u32) -> Result<()>;
fn DisableImageExport(&self, bdisable: BOOL) -> Result<()>;
}
Required Methods§
fn IsInTrustedVideoMode(&self) -> Result<BOOL>
fn CanConstrict(&self) -> Result<BOOL>
fn SetConstriction(&self, dwkpix: u32) -> Result<()>
fn DisableImageExport(&self, bdisable: BOOL) -> 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.