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