pub trait IAMBufferNegotiation_Impl: Sized {
    // Required methods
    fn SuggestAllocatorProperties(
        &self,
        pprop: *const ALLOCATOR_PROPERTIES
    ) -> Result<()>;
    fn GetAllocatorProperties(&self) -> Result<ALLOCATOR_PROPERTIES>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§