Trait DRMDumbAllocatorExtManual

Source
pub trait DRMDumbAllocatorExtManual: IsA<DRMDumbAllocator> + 'static {
    // Provided method
    unsafe fn alloc_drm_dumb(
        &self,
        drm_fourcc: u32,
        width: u32,
        height: u32,
    ) -> Result<(Memory, u32), BoolError> { ... }
}

Provided Methods§

Source

unsafe fn alloc_drm_dumb( &self, drm_fourcc: u32, width: u32, height: u32, ) -> Result<(Memory, u32), BoolError>

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§