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