Struct xcb::glx::GetCompressedTexImageArb
source · 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: i32
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)