windows::Media::Core

Trait IMediaStreamDescriptor_Impl

pub trait IMediaStreamDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn IsSelected(&self) -> Result<bool>;
    fn SetName(&self, value: &HSTRING) -> Result<()>;
    fn Name(&self) -> Result<HSTRING>;
    fn SetLanguage(&self, value: &HSTRING) -> Result<()>;
    fn Language(&self) -> Result<HSTRING>;
}

Required Methods§

fn IsSelected(&self) -> Result<bool>

fn SetName(&self, value: &HSTRING) -> Result<()>

fn Name(&self) -> Result<HSTRING>

fn SetLanguage(&self, value: &HSTRING) -> Result<()>

fn Language(&self) -> Result<HSTRING>

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§