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