AllocatorImplExt

Trait AllocatorImplExt 

Source
pub trait AllocatorImplExt: AllocatorImpl {
    // Provided methods
    unsafe fn parent_alloc(
        &self,
        size: usize,
        params: &AllocationParams,
    ) -> *mut GstMemory { ... }
    unsafe fn parent_free(&self, memory: *mut GstMemory) { ... }
}

Provided Methods§

Source

unsafe fn parent_alloc( &self, size: usize, params: &AllocationParams, ) -> *mut GstMemory

Source

unsafe fn parent_free(&self, memory: *mut GstMemory)

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§