Trait IBDA_DRM_Impl
pub trait IBDA_DRM_Impl: IUnknownImpl {
// Required methods
fn GetDRMPairingStatus(
&self,
pdwstatus: *mut u32,
pherror: *mut HRESULT,
) -> Result<()>;
fn PerformDRMPairing(&self, fsync: BOOL) -> Result<()>;
}
Required Methods§
fn GetDRMPairingStatus( &self, pdwstatus: *mut u32, pherror: *mut HRESULT, ) -> Result<()>
fn PerformDRMPairing(&self, fsync: 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.