Struct xcb::dri3::BuffersFromPixmapCookie
source · pub struct BuffersFromPixmapCookie { /* private fields */ }
Expand description
Cookie type for BuffersFromPixmap.
This cookie can be used to get a BuffersFromPixmapReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for BuffersFromPixmapCookie
impl Cookie for BuffersFromPixmapCookie
source§impl CookieWithReplyChecked for BuffersFromPixmapCookie
impl CookieWithReplyChecked for BuffersFromPixmapCookie
source§type Reply = BuffersFromPixmapReply
type Reply = BuffersFromPixmapReply
The reply type associated with the cookie
source§impl Debug for BuffersFromPixmapCookie
impl Debug for BuffersFromPixmapCookie
impl CookieChecked for BuffersFromPixmapCookie
Auto Trait Implementations§
impl Freeze for BuffersFromPixmapCookie
impl RefUnwindSafe for BuffersFromPixmapCookie
impl Send for BuffersFromPixmapCookie
impl Sync for BuffersFromPixmapCookie
impl Unpin for BuffersFromPixmapCookie
impl UnwindSafe for BuffersFromPixmapCookie
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