Trait IWMSBufferAllocator_Impl
pub trait IWMSBufferAllocator_Impl: IUnknownImpl {
// Required methods
fn AllocateBuffer(&self, dwmaxbuffersize: u32) -> Result<INSSBuffer>;
fn AllocatePageSizeBuffer(&self, dwmaxbuffersize: u32) -> Result<INSSBuffer>;
}
Required Methods§
fn AllocateBuffer(&self, dwmaxbuffersize: u32) -> Result<INSSBuffer>
fn AllocatePageSizeBuffer(&self, dwmaxbuffersize: u32) -> Result<INSSBuffer>
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.