Trait windows::Win32::System::Com::StructuredStorage::IMemoryAllocator_Impl
pub trait IMemoryAllocator_Impl: Sized {
// Required methods
fn Allocate(&self, cbsize: u32) -> *mut c_void;
fn Free(&self, pv: *mut c_void);
}
Required Methods§
Object Safety§
This trait is not object safe.