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: u32Trait 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