Trait INSSBuffer4_Impl
pub trait INSSBuffer4_Impl: INSSBuffer3_Impl {
// Required methods
fn GetPropertyCount(&self) -> Result<u32>;
fn GetPropertyByIndex(
&self,
dwbufferpropertyindex: u32,
pguidbufferproperty: *mut GUID,
pvbufferproperty: *mut c_void,
pdwbufferpropertysize: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetPropertyCount(&self) -> Result<u32>
fn GetPropertyByIndex( &self, dwbufferpropertyindex: u32, pguidbufferproperty: *mut 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.