Function x11rb::protocol::dri3::buffer_from_pixmap [−][src]
pub fn buffer_from_pixmap<Conn: ?Sized>(
conn: &Conn,
pixmap: Pixmap
) -> Result<CookieWithFds<'_, Conn, BufferFromPixmapReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,