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