Struct xcb::dri2::GetBuffersWithFormatReply
source · pub struct GetBuffersWithFormatReply { /* private fields */ }
Expand description
Reply type for GetBuffersWithFormat.
Can be obtained from a GetBuffersWithFormatCookie with Connection::wait_for_reply or from a GetBuffersWithFormatCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetBuffersWithFormatReply
impl Debug for GetBuffersWithFormatReply
source§impl Drop for GetBuffersWithFormatReply
impl Drop for GetBuffersWithFormatReply
source§impl Reply for GetBuffersWithFormatReply
impl Reply for GetBuffersWithFormatReply
impl Send for GetBuffersWithFormatReply
impl Sync for GetBuffersWithFormatReply
Auto Trait Implementations§
impl Freeze for GetBuffersWithFormatReply
impl RefUnwindSafe for GetBuffersWithFormatReply
impl Unpin for GetBuffersWithFormatReply
impl UnwindSafe for GetBuffersWithFormatReply
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