pub struct GetCompressedTexImageArb {
pub context_tag: ContextTag,
pub target: u32,
pub level: i32,
}Expand description
The GetCompressedTexImageArb request.
This request replies GetCompressedTexImageArbReply.
Associated cookie types are GetCompressedTexImageArbCookie and GetCompressedTexImageArbCookieUnchecked.
Fields§
§context_tag: ContextTag§target: u32§level: i32Trait Implementations§
Source§impl Clone for GetCompressedTexImageArb
impl Clone for GetCompressedTexImageArb
Source§fn clone(&self) -> GetCompressedTexImageArb
fn clone(&self) -> GetCompressedTexImageArb
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCompressedTexImageArb
impl Debug for GetCompressedTexImageArb
Source§impl RawRequest for GetCompressedTexImageArb
impl RawRequest for GetCompressedTexImageArb
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetCompressedTexImageArb
impl Request for GetCompressedTexImageArb
Source§impl RequestWithReply for GetCompressedTexImageArb
impl RequestWithReply for GetCompressedTexImageArb
Source§type Reply = GetCompressedTexImageArbReply
type Reply = GetCompressedTexImageArbReply
Reply associated with the request
Source§type Cookie = GetCompressedTexImageArbCookie
type Cookie = GetCompressedTexImageArbCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCompressedTexImageArbCookieUnchecked
type CookieUnchecked = GetCompressedTexImageArbCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCompressedTexImageArb
impl RefUnwindSafe for GetCompressedTexImageArb
impl Send for GetCompressedTexImageArb
impl Sync for GetCompressedTexImageArb
impl Unpin for GetCompressedTexImageArb
impl UnwindSafe for GetCompressedTexImageArb
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