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