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