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