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