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