Trait drm::GemHandle [] [src]

pub trait GemHandle {
    fn bo_handle(&self) -> u32;
    fn width(&self) -> u32;
    fn height(&self) -> u32;
}

Required Methods

Implementors