Trait smithay::backend::allocator::dmabuf::AsDmabuf[][src]

pub trait AsDmabuf {
    type Error;
    fn export(&self) -> Result<Dmabuf, Self::Error>;
}
Expand description

Buffer that can be exported as Dmabufs

Associated Types

Error type returned, if exporting fails

Required methods

Export this buffer as a new Dmabuf

Implementors