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