Trait kernel::drm::driver::AllocImpl

source ·
pub trait AllocImpl: Sealed + IntoGEMObject {
    const ALLOC_OPS: AllocOps;
}
Expand description

Trait for memory manager implementations. Implemented internally.

Required Associated Constants§

source

const ALLOC_OPS: AllocOps

The C callback operations for this memory manager.

Object Safety§

This trait is not object safe.

Implementors§