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