hylarana_common::win32

Trait AsIMFAttributes

Source
pub trait AsIMFAttributes {
    // Required method
    fn as_attributes(&self) -> &IMFAttributes;
}

Required Methods§

Source

fn as_attributes(&self) -> &IMFAttributes

Implementations on Foreign Types§

Source§

impl AsIMFAttributes for IMFActivate

Source§

fn as_attributes(&self) -> &IMFAttributes

Source§

impl AsIMFAttributes for IMFAttributes

Source§

fn as_attributes(&self) -> &IMFAttributes

Source§

impl AsIMFAttributes for IMFMediaType

Source§

fn as_attributes(&self) -> &IMFAttributes

Implementors§