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