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