Struct xcb::glx::GetTexGeniv
source · pub struct GetTexGeniv {
pub context_tag: ContextTag,
pub coord: u32,
pub pname: u32,
}
Expand description
The GetTexGeniv
request.
This request replies GetTexGenivReply.
Associated cookie types are GetTexGenivCookie and GetTexGenivCookieUnchecked.
Fields§
§context_tag: ContextTag
§coord: u32
§pname: u32
Trait Implementations§
source§impl Clone for GetTexGeniv
impl Clone for GetTexGeniv
source§fn clone(&self) -> GetTexGeniv
fn clone(&self) -> GetTexGeniv
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 GetTexGeniv
impl Debug for GetTexGeniv
source§impl RawRequest for GetTexGeniv
impl RawRequest for GetTexGeniv
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 GetTexGeniv
impl Request for GetTexGeniv
source§impl RequestWithReply for GetTexGeniv
impl RequestWithReply for GetTexGeniv
source§type Reply = GetTexGenivReply
type Reply = GetTexGenivReply
Reply associated with the request
source§type Cookie = GetTexGenivCookie
type Cookie = GetTexGenivCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetTexGenivCookieUnchecked
type CookieUnchecked = GetTexGenivCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetTexGeniv
impl RefUnwindSafe for GetTexGeniv
impl Send for GetTexGeniv
impl Sync for GetTexGeniv
impl Unpin for GetTexGeniv
impl UnwindSafe for GetTexGeniv
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
)