windows::Win32::Media::WindowsMediaFormat

Trait INSSBuffer2_Impl

pub trait INSSBuffer2_Impl: INSSBuffer_Impl {
    // Required methods
    fn GetSampleProperties(&self, cbproperties: u32) -> Result<u8>;
    fn SetSampleProperties(
        &self,
        cbproperties: u32,
        pbproperties: *const u8,
    ) -> Result<()>;
}

Required Methods§

fn GetSampleProperties(&self, cbproperties: u32) -> Result<u8>

fn SetSampleProperties( &self, cbproperties: u32, pbproperties: *const u8, ) -> 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.

Implementors§