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