Struct xcb::dri3::BufferFromPixmapCookie
source · pub struct BufferFromPixmapCookie { /* private fields */ }
Expand description
Cookie type for BufferFromPixmap.
This cookie can be used to get a BufferFromPixmapReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for BufferFromPixmapCookie
impl Cookie for BufferFromPixmapCookie
source§impl CookieWithReplyChecked for BufferFromPixmapCookie
impl CookieWithReplyChecked for BufferFromPixmapCookie
source§type Reply = BufferFromPixmapReply
type Reply = BufferFromPixmapReply
The reply type associated with the cookie
source§impl Debug for BufferFromPixmapCookie
impl Debug for BufferFromPixmapCookie
impl CookieChecked for BufferFromPixmapCookie
Auto Trait Implementations§
impl Freeze for BufferFromPixmapCookie
impl RefUnwindSafe for BufferFromPixmapCookie
impl Send for BufferFromPixmapCookie
impl Sync for BufferFromPixmapCookie
impl Unpin for BufferFromPixmapCookie
impl UnwindSafe for BufferFromPixmapCookie
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more