windows::Media::Protection::PlayReady

Trait INDRegistrationCompletedEventArgs_Impl

pub trait INDRegistrationCompletedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn ResponseCustomData(&self) -> Result<INDCustomData>;
    fn TransmitterProperties(&self) -> Result<INDTransmitterProperties>;
    fn TransmitterCertificateAccepted(&self) -> Result<bool>;
    fn SetTransmitterCertificateAccepted(&self, accept: bool) -> Result<()>;
}

Required Methods§

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.

Implementors§