windows::Win32::Media::WindowsMediaFormat

Trait INSSBuffer3_Impl

pub trait INSSBuffer3_Impl: INSSBuffer2_Impl {
    // Required methods
    fn SetProperty(
        &self,
        guidbufferproperty: &GUID,
        pvbufferproperty: *const c_void,
        dwbufferpropertysize: u32,
    ) -> Result<()>;
    fn GetProperty(
        &self,
        guidbufferproperty: &GUID,
        pvbufferproperty: *mut c_void,
        pdwbufferpropertysize: *mut u32,
    ) -> Result<()>;
}

Required Methods§

fn SetProperty( &self, guidbufferproperty: &GUID, pvbufferproperty: *const c_void, dwbufferpropertysize: u32, ) -> Result<()>

fn GetProperty( &self, guidbufferproperty: &GUID, pvbufferproperty: *mut c_void, pdwbufferpropertysize: *mut u32, ) -> 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§