windows::Media::Protection

Trait IMediaProtectionServiceRequest_Impl

pub trait IMediaProtectionServiceRequest_Impl: IUnknownImpl {
    // Required methods
    fn ProtectionSystem(&self) -> Result<GUID>;
    fn Type(&self) -> Result<GUID>;
}

Required Methods§

fn ProtectionSystem(&self) -> Result<GUID>

fn Type(&self) -> Result<GUID>

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§