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