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